mirror of
https://github.com/nealey/eris.git
synced 2025-01-13 18:35:12 -07:00
convert makefile to new test
This commit is contained in:
parent
82f6a39293
commit
9002ee8dfe
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue