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

automizable psyc_isRoutingVar tests

This commit is contained in:
psyc://psyced.org/~lynX 2011-04-25 23:58:07 +02:00
parent b9f433f9ab
commit 3baf88d81b
3 changed files with 22 additions and 6 deletions

View file

@ -4,6 +4,9 @@ LOADLIBES=-lpsyc -lm
TARGETS=testParser testMatch testRender isRoutingVar
all: $(TARGETS)
./testRender
./testMatch
./isRoutingVar
test:
for f in packets/*; do echo -e "\n>> $$f"; ./testParser $$f; done