Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion regression/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

DIRS = ansi-c cbmc cpp goto-instrument goto-analyzer
DIRS = ansi-c cbmc cpp goto-instrument goto-analyzer cbmc-java

test:
$(foreach var,$(DIRS), $(MAKE) -C $(var) test || exit 1;)
1 change: 0 additions & 1 deletion regression/cbmc-java/package_friendly1/test.desc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ CORE
main.class
package_friendly1.class package_friendly2.class --show-goto-functions
^main[.]main[(][)].*$
^package_friendly1[.]operation1[(][)].*$
^package_friendly2[.]operation2[(][)].*$
^EXIT=0$
^SIGNAL=0$
Expand Down