Skip to content

Commit 6edd58a

Browse files
committed
fixup! SMT2 back-end: flatten with_exprt operands
1 parent 5b2e904 commit 6edd58a

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

regression/contracts-dfcc/CMakeLists.txt

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,15 @@ add_test_pl_profile(
4141
#)
4242

4343
# 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()
44+
if(NOT "${CMAKE_SYSTEM_NAME}" STREQUAL "Windows")
45+
set_property(
46+
TEST "contracts-dfcc-CORE"
47+
PROPERTY ENVIRONMENT
48+
"PATH=$ENV{PATH}:$<TARGET_FILE_DIR:smt2_solver>"
49+
)
50+
set_property(
51+
TEST "contracts-non-dfcc-CORE"
52+
PROPERTY ENVIRONMENT
53+
"PATH=$ENV{PATH}:$<TARGET_FILE_DIR:smt2_solver>"
54+
)
55+
endif()

0 commit comments

Comments
 (0)