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
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
# packets that 'nc' is passing to it. this is a bug in the testing suite,
# 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
DEBUG = 2