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:
parent
b9f433f9ab
commit
3baf88d81b
3 changed files with 22 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue