You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jo...@apache.org on 2016/12/16 02:27:28 UTC

[4/4] mesos git commit: Windows: Added trivially passable tests to build.

Windows: Added trivially passable tests to build.

The tests in these files will build, run, and pass on Windows without
any further changes.

Review: https://reviews.apache.org/r/54618/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/8d2fe7e0
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/8d2fe7e0
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/8d2fe7e0

Branch: refs/heads/master
Commit: 8d2fe7e09eaa6c8270d5398c86b4b52c29d172f7
Parents: a22c733
Author: Alex Clemmer <cl...@gmail.com>
Authored: Thu Dec 15 12:43:44 2016 -0800
Committer: Joseph Wu <jo...@apache.org>
Committed: Thu Dec 15 17:15:09 2016 -0800

----------------------------------------------------------------------
 src/tests/CMakeLists.txt | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/8d2fe7e0/src/tests/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index 6aab511..a1e9944 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -88,12 +88,31 @@ endif (LINUX)
 set(MESOS_TESTS_SRC
   ${MESOS_TESTS_SRC}
   ${MESOS_TESTS_UTILS_SRC}
+  attributes_tests.cpp
   authentication_tests.cpp
+  exception_tests.cpp
+  executor_http_api_tests.cpp
+  http_authentication_tests.cpp
+  http_fault_tolerance_tests.cpp
+  master_maintenance_tests.cpp
+  master_slave_reconciliation_tests.cpp
+  protobuf_io_tests.cpp
+  resources_tests.cpp
+  scheduler_driver_tests.cpp
+  scheduler_event_call_tests.cpp
+  scheduler_http_api_tests.cpp
+  slave_validation_tests.cpp
+  sorter_tests.cpp
+  uri_tests.cpp
+  values_tests.cpp
+  zookeeper_url_tests.cpp
   )
 
 set(MESOS_TESTS_SRC
   ${MESOS_TESTS_SRC}
+  common/http_tests.cpp
   common/recordio_tests.cpp
+  common/type_utils_tests.cpp
   )
 
 if (NOT WIN32)
@@ -101,7 +120,6 @@ if (NOT WIN32)
     ${MESOS_TESTS_SRC}
     anonymous_tests.cpp
     api_tests.cpp
-    attributes_tests.cpp
     authorization_tests.cpp
     command_executor_tests.cpp
     container_logger_tests.cpp
@@ -111,8 +129,6 @@ if (NOT WIN32)
     disk_quota_tests.cpp
     dynamic_weights_tests.cpp
     examples_tests.cpp
-    exception_tests.cpp
-    executor_http_api_tests.cpp
     fault_tolerance_tests.cpp
     fetcher_cache_tests.cpp
     fetcher_tests.cpp
@@ -122,16 +138,12 @@ if (NOT WIN32)
     health_check_tests.cpp
     hierarchical_allocator_tests.cpp
     hook_tests.cpp
-    http_authentication_tests.cpp
-    http_fault_tolerance_tests.cpp
     log_tests.cpp
     logging_tests.cpp
     master_allocator_tests.cpp
     master_authorization_tests.cpp
     master_contender_detector_tests.cpp
-    master_maintenance_tests.cpp
     master_quota_tests.cpp
-    master_slave_reconciliation_tests.cpp
     master_tests.cpp
     master_validation_tests.cpp
     metrics_tests.cpp
@@ -141,7 +153,6 @@ if (NOT WIN32)
     paths_tests.cpp
     persistent_volume_endpoints_tests.cpp
     persistent_volume_tests.cpp
-    protobuf_io_tests.cpp
     protobuf_utils_tests.cpp
     rate_limiting_tests.cpp
     reconciliation_tests.cpp
@@ -149,31 +160,20 @@ if (NOT WIN32)
     reservation_endpoints_tests.cpp
     reservation_tests.cpp
     resource_offers_tests.cpp
-    resources_tests.cpp
     role_tests.cpp
-    scheduler_driver_tests.cpp
-    scheduler_event_call_tests.cpp
-    scheduler_http_api_tests.cpp
     scheduler_tests.cpp
     slave_authorization_tests.cpp
     slave_recovery_tests.cpp
     slave_tests.cpp
-    slave_validation_tests.cpp
-    sorter_tests.cpp
     state_tests.cpp
     status_update_manager_tests.cpp
     teardown_tests.cpp
     uri_fetcher_tests.cpp
-    uri_tests.cpp
-    values_tests.cpp
-    zookeeper_url_tests.cpp
     )
 
   set(MESOS_TESTS_SRC
     ${MESOS_TESTS_SRC}
     common/command_utils_tests.cpp
-    common/http_tests.cpp
-    common/type_utils_tests.cpp
     )
 
   set(MESOS_TESTS_SRC