mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
allow 'make check' from outside test directory
This commit is contained in:
parent
3a7ca2fa05
commit
1da751f54c
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
# packets that 'nc' is passing to it. this is a bug in the testing suite,
|
# packets that 'nc' is passing to it. this is a bug in the testing suite,
|
||||||
# not in the library. --lynX 2016
|
# not in the library. --lynX 2016
|
||||||
|
|
||||||
export LD_LIBRARY_PATH = ../lib
|
# depending on where the pwd is, one of the two should work:
|
||||||
|
export LD_LIBRARY_PATH = ../lib:lib
|
||||||
|
|
||||||
OPT = -O2
|
OPT = -O2
|
||||||
DEBUG = 2
|
DEBUG = 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue