From: Arran Cudbard-Bell Date: Mon, 25 Feb 2013 21:36:49 +0000 (-0500) Subject: Fix test scripts [ci skip] X-Git-Tag: release_3_0_0_beta1~932 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65fdd0142720c75937840f1ffc368a7a06f62b44;p=thirdparty%2Ffreeradius-server.git Fix test scripts [ci skip] --- diff --git a/src/tests/Makefile b/src/tests/Makefile index 6e29cd644d3..2c8c2870ddb 100644 --- a/src/tests/Makefile +++ b/src/tests/Makefile @@ -8,14 +8,14 @@ # include ../../Make.inc -BUILD_PATH := ../../build +BUILD_PATH := $(top_builddir)/build BIN_PATH := $(BUILD_PATH)/bin/local LIB_PATH := $(BUILD_PATH)/lib/local/.libs/ DYLD_LIBRARY_PATH := $(DYLD_LIBRARY_PATH):$(LIB_PATH) export DYLD_LIBRARY_PATH -RADDB_PATH := ../../raddb +RADDB_PATH := $(top_builddir)/raddb TESTS = user_password chap mschapv1 digest-01/digest* test.example.com \ wimax @@ -49,7 +49,7 @@ dictionary: test.conf: dictionary @echo "# test configuration file. Do not install. Delete at any time." > test.conf - @echo "libdir =" $(top_builddir)/src/modules/lib >> test.conf + @echo "libdir =" $(LIB_PATH) >> test.conf @echo "testdir =" $(top_builddir)/src/tests/ >> test.conf @echo 'dictionary = $${testdir}' >> test.conf @echo 'logdir = $${testdir}' >> test.conf