Skip to content

Commit

Permalink
Fix test scripts [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Feb 25, 2013
1 parent 97f4681 commit 65fdd01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tests/Makefile
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 65fdd01

Please sign in to comment.