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:
parent
3baf88d81b
commit
6058b8b58c
15 changed files with 14 additions and 23 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue