summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2019-03-16 22:09:21 +1300
committerDavid Phillips <david@sighup.nz>2019-03-16 22:09:21 +1300
commit8a7469af2fc59cf33094b7f5c21f7c9396c7b7cb (patch)
tree2a2ec4d27fc859da10353acbad00cd0ea240241f /Makefile
parent40ed951cb966442f975856d6c8c660b94fd57862 (diff)
downloadsudoku-8a7469af2fc59cf33094b7f5c21f7c9396c7b7cb.tar.xz
Allow comments in xfails, fail make on test failureHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f8dc3da..0899a80 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ update.o: update.c cell.h display.h
.PHONY: test
test: test-solver
- - ./run_tests.sh
+ ./run_tests.sh
clean:
rm -f *.o solver test-solver