aboutsummaryrefslogtreecommitdiff
path: root/ports/stormlib/disable-building-tests.patch
blob: fe0d7f70c6a07d4d1484cb9b34051ae2da572fb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f5211b1..4025ea1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -358,10 +358,4 @@ install(TARGETS ${LIBRARY_NAME}

     INCLUDE(CPack)

-if(STORM_BUILD_TESTS)
-    target_link_libraries(storm_test ${LIBRARY_NAME})
-    install(TARGETS storm_test DESTINATION bin)
-endif()

-add_executable(storm_test ${SRC_FILES} ${TOMCRYPT_FILES} ${TOMMATH_FILES} ${ZLIB_BZIP2_FILES} ${TEST_SRC_FILES})
-install(TARGETS storm_test RUNTIME DESTINATION bin)