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
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -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
|
|
||||||
|
|
|
@ -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
|
Loading…
Reference in a new issue