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

moved tests dir

This commit is contained in:
Gabor Adam Toth 2011-04-19 22:37:42 +02:00
parent b8b9698b4c
commit 59c453d9bc
21 changed files with 5 additions and 5 deletions

8
.gitignore vendored
View file

@ -1,4 +1,8 @@
doc/ doc/
src/match
tests/testMatch
tests/testParser
.config .config
~$* ~$*
.DS_Store .DS_Store
@ -17,7 +21,3 @@ doc/
*bak *bak
*diff *diff
*orig *orig
src/match
src/tests/parser/testParser
src/tests/testMatch
src/tests/testParser

View file

@ -1,4 +1,4 @@
CFLAGS=-I../../include -DDEBUG -g -O0 -Wall CFLAGS=-I../include -DDEBUG -g -O0 -Wall
LDFLAGS=-L.. LDFLAGS=-L..
LOADLIBES=-lpsyc LOADLIBES=-lpsyc
TARGETS=testParser testMatch TARGETS=testParser testMatch