mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
moved tests dir
This commit is contained in:
parent
3bb7cb0ecc
commit
15b1c906bf
21 changed files with 5 additions and 5 deletions
|
@ -1,12 +0,0 @@
|
|||
CFLAGS=-I../../include -DDEBUG -g -O0 -Wall
|
||||
LDFLAGS=-L..
|
||||
LOADLIBES=-lpsyc
|
||||
TARGETS=testParser testMatch
|
||||
|
||||
all: $(TARGETS)
|
||||
|
||||
test:
|
||||
for f in packets/*; do echo -e "\n>> $$f"; ./testParser $$f; done
|
||||
|
||||
clean:
|
||||
rm -f $(TARGETS)
|
Loading…
Add table
Add a link
Reference in a new issue