convert makefile to new test

This commit is contained in:
Neale Pickett 2012-02-24 20:06:17 -07:00
parent 82f6a39293
commit 9002ee8dfe
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ CFLAGS = -DFNORD='"eris/$(VERSION)"' -Wall -Werror
all: eris
test: eris
cd tests && python3 ./test.py
sh ./test.sh
clean:
rm -f *.[oa] eris