aboutsummaryrefslogtreecommitdiff
path: root/ports/soqt/disable-test-code.patch
blob: 3e1216a92eec4ee639ecfdc80500c11284506272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4b0815f2..236ffa8d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -390,7 +390,7 @@ set(PACKAGE_REQUIREMENTS "Coin, ${PACKAGE_ADDITIONAL_REQUIREMENTS}")
 add_subdirectory(data)
 add_subdirectory(src)
 ##### small test programs (to be run interactively)
-add_subdirectory(test-code)
+#add_subdirectory(test-code)
 
 ############################################################################
 # New CPACK section, please see the README file inside cpack.d directory.