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.
2 parents 97e038f + ab066ea commit 9d05835Copy full SHA for 9d05835
regression/Makefile
@@ -1,5 +1,5 @@
1
2
-DIRS = ansi-c cbmc cpp goto-instrument goto-analyzer
+DIRS = ansi-c cbmc cpp goto-instrument goto-analyzer cbmc-java
3
4
test:
5
$(foreach var,$(DIRS), $(MAKE) -C $(var) test || exit 1;)
regression/cbmc-java/package_friendly1/test.desc
@@ -2,7 +2,6 @@ CORE
main.class
package_friendly1.class package_friendly2.class --show-goto-functions
^main[.]main[(][)].*$
-^package_friendly1[.]operation1[(][)].*$
6
^package_friendly2[.]operation2[(][)].*$
7
^EXIT=0$
8
^SIGNAL=0$
0 commit comments