@@ -47,7 +47,7 @@ add_test(
47
47
COMMAND $<TARGET_FILE:unit>
48
48
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
49
49
)
50
- set_tests_properties (unit PROPERTIES LABELS CORE)
50
+ set_tests_properties (unit PROPERTIES LABELS " CORE;CBMC" )
51
51
52
52
add_executable (miniBDD miniBDD.cpp)
53
53
target_include_directories (miniBDD
@@ -58,7 +58,7 @@ target_include_directories(miniBDD
58
58
)
59
59
target_link_libraries (miniBDD solvers ansi-c)
60
60
add_test (NAME miniBDD COMMAND $<TARGET_FILE:miniBDD>)
61
- set_tests_properties (miniBDD PROPERTIES LABELS CORE)
61
+ set_tests_properties (miniBDD PROPERTIES LABELS " CORE;CBMC" )
62
62
63
63
add_executable (string_utils string_utils.cpp)
64
64
target_include_directories (string_utils
@@ -69,7 +69,7 @@ target_include_directories(string_utils
69
69
)
70
70
target_link_libraries (string_utils solvers ansi-c)
71
71
add_test (NAME string_utils COMMAND $<TARGET_FILE:string_utils>)
72
- set_tests_properties (string_utils PROPERTIES LABELS CORE)
72
+ set_tests_properties (string_utils PROPERTIES LABELS " CORE;CBMC" )
73
73
74
74
add_executable (sharing_node sharing_node.cpp)
75
75
target_include_directories (sharing_node
@@ -80,4 +80,4 @@ target_include_directories(sharing_node
80
80
)
81
81
target_link_libraries (sharing_node util)
82
82
add_test (NAME sharing_node COMMAND $<TARGET_FILE:sharing_node>)
83
- set_tests_properties (sharing_node PROPERTIES LABELS CORE)
83
+ set_tests_properties (sharing_node PROPERTIES LABELS " CORE;CBMC" )
0 commit comments