Skip to content

Commit e73a884

Browse files
author
thk123
committed
Attempt to fix the symex appveyor build
Starting off by just making the Makefile look the same
1 parent 2816b80 commit e73a884

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

regression/symex/Makefile

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
default: tests.log
22

33
test:
4-
@../test.pl -c ../../../src/symex/symex
4+
@if ! ../test.pl -c ../../../src/symex/symex ; then \
5+
../failed-tests-printer.pl ; \
6+
exit 1 ; \
7+
fi
58

69
tests.log: ../test.pl
7-
@../test.pl -c ../../../src/symex/symex
10+
@if ! ../test.pl -c ../../../src/symex/symex ; then \
11+
../failed-tests-printer.pl ; \
12+
exit 1 ; \
13+
fi
814

915
show:
1016
@for dir in *; do \

0 commit comments

Comments
 (0)