mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
parser: fix for empty data, testParser: verbose mode
This commit is contained in:
parent
6058b8b58c
commit
1a0b28003d
5 changed files with 32 additions and 26 deletions
|
@ -9,7 +9,7 @@ all: $(TARGETS)
|
|||
./isRoutingVar
|
||||
|
||||
test: $(TARGETS)
|
||||
for f in packets/*; do echo "\n>> $$f"; ./testParser $$f; done
|
||||
for f in packets/*; do echo ">> $$f"; ./testParser $$f; done
|
||||
|
||||
clean:
|
||||
rm -f $(TARGETS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue