1
0
Fork 0
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:
psyc://loupsycedyglgamf.onion/~lynX 1984-04-04 00:44:06 +00:00
parent 3a7ca2fa05
commit 1da751f54c

View file

@ -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