We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2e904 commit 6edd58aCopy full SHA for 6edd58a
regression/contracts-dfcc/CMakeLists.txt
@@ -41,10 +41,15 @@ add_test_pl_profile(
41
#)
42
43
# solver appears on the PATH in Windows already
44
-#if(NOT "${CMAKE_SYSTEM_NAME}" STREQUAL "Windows")
45
-# set_property(
46
-# TEST "cbmc-cprover-smt2-CORE"
47
-# PROPERTY ENVIRONMENT
48
-# "PATH=$ENV{PATH}:$<TARGET_FILE_DIR:smt2_solver>"
49
-# )
50
-#endif()
+if(NOT "${CMAKE_SYSTEM_NAME}" STREQUAL "Windows")
+ set_property(
+ TEST "contracts-dfcc-CORE"
+ PROPERTY ENVIRONMENT
+ "PATH=$ENV{PATH}:$<TARGET_FILE_DIR:smt2_solver>"
+ )
51
+ TEST "contracts-non-dfcc-CORE"
52
53
54
55
+endif()
0 commit comments