File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,13 @@ endmacro(add_test_pl_tests)
25
25
26
26
add_subdirectory (ansi-c )
27
27
add_subdirectory (cbmc )
28
+ add_subdirectory (cbmc-cover )
29
+ add_subdirectory (cbmc-cpp )
28
30
add_subdirectory (cbmc-java )
29
31
add_subdirectory (cbmc-java-inheritance )
30
32
add_subdirectory (cpp )
31
33
add_subdirectory (goto-analyzer )
34
+ add_subdirectory (goto-analyzer-taint )
32
35
add_subdirectory (goto-cc-cbmc )
33
36
add_subdirectory (goto-cc-goto-analyzer )
34
37
add_subdirectory (goto-diff )
Original file line number Diff line number Diff line change
1
+ add_test_pl_tests (
2
+ "$<TARGET_FILE:cbmc>"
3
+ )
Original file line number Diff line number Diff line change
1
+ add_test_pl_tests (
2
+ "$<TARGET_FILE:cbmc>"
3
+ )
Original file line number Diff line number Diff line change
1
+ add_test_pl_tests (
2
+ "$<TARGET_FILE:goto-analyzer>"
3
+ )
You can’t perform that action at this time.
0 commit comments