1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

not automatic yet, but at least it exits cleanly

This commit is contained in:
psyc://psyced.org/~lynX 2011-04-26 00:10:02 +02:00
parent 3baf88d81b
commit 6058b8b58c
15 changed files with 14 additions and 23 deletions

View file

@ -8,8 +8,8 @@ all: $(TARGETS)
./testMatch
./isRoutingVar
test:
for f in packets/*; do echo -e "\n>> $$f"; ./testParser $$f; done
test: $(TARGETS)
for f in packets/*; do echo "\n>> $$f"; ./testParser $$f; done
clean:
rm -f $(TARGETS)