Skip to content

Commit

Permalink
Merge pull request diffblue#1384 from thk123/bugfix/regresssion-makefile
Browse files Browse the repository at this point in the history
Corrected regression makefile
  • Loading branch information
Thomas Kiley authored Sep 14, 2017
2 parents 4df244c + 4bdd9c4 commit f96ff48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion regression/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DIRS = ansi-c \
goto-analyzer \
goto-cc-cbmc \
goto-cc-goto-analyzer \
goto-cc-goto-symex \
goto-cc-symex \
goto-diff \
goto-gcc \
goto-instrument \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CORE
main.c
"--function fun --show-goto-functions"
^\s*return.=fun\(x\);$
fun\(x\);$
^EXIT=6$
^SIGNAL=0$
--
Expand Down

0 comments on commit f96ff48

Please sign in to comment.