Skip to content

Commit

Permalink
Make sure aborted tests are detected
Browse files Browse the repository at this point in the history
Change-Id: I8fd69afc7b9f5bf74796b1f2d268708407daf4a9
  • Loading branch information
dklayer committed Apr 12, 2011
1 parent c85379f commit 646d602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makefile
Expand Up @@ -30,6 +30,7 @@ build: FORCE
test: FORCE
rm -f build.tmp
echo '(setq excl::*break-on-warnings* t)' >> build.tmp
echo '(setq util.test::*break-on-test-failures* t)' >> build.tmp
echo '(load "load.cl")' >> build.tmp
echo '(dribble "test.out")' >> build.tmp
echo '(time (load "test/t-aserve.cl"))' >> build.tmp
Expand Down

0 comments on commit 646d602

Please sign in to comment.