Changeset: 904f425e50af for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=904f425e50af
Modified Files:
        ctest/tools/CMakeLists.txt
        ctest/tools/monetdbe/CMakeLists.txt
Branch: Oct2020
Log Message:

don't run backup test on windows


diffs (27 lines):

diff --git a/ctest/tools/CMakeLists.txt b/ctest/tools/CMakeLists.txt
--- a/ctest/tools/CMakeLists.txt
+++ b/ctest/tools/CMakeLists.txt
@@ -6,5 +6,4 @@
 # Copyright 1997 - July 2008 CWI, August 2008 - 2020 MonetDB B.V.
 #]]
 
-#add_subdirectory(embedded)
 add_subdirectory(monetdbe)
diff --git a/ctest/tools/monetdbe/CMakeLists.txt 
b/ctest/tools/monetdbe/CMakeLists.txt
--- a/ctest/tools/monetdbe/CMakeLists.txt
+++ b/ctest/tools/monetdbe/CMakeLists.txt
@@ -55,12 +55,14 @@ target_link_libraries(example_append_raw
     monetdbe)
 add_test(run_example_append_raw example_append_raw)
 
+if(NOT WIN32)
 add_executable(example_backup example_backup.c)
 target_link_libraries(example_backup
   PRIVATE
     monetdb_config_header
     monetdbe)
 add_test(run_example_backup example_backup)
+endif()
 
 add_executable(example_connections example_connections.c)
 target_link_libraries(example_connections
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to