From 1da751f54c07c8180dc3b578a20a56b2478e4e6d Mon Sep 17 00:00:00 2001 From: "psyc://loupsycedyglgamf.onion/~lynX" Date: Wed, 4 Apr 1984 00:44:06 +0000 Subject: [PATCH] allow 'make check' from outside test directory --- test/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index f0a692e..af3361e 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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