summaryrefslogtreecommitdiff
path: root/tests/modules
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-09-10 10:39:53 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-09-10 10:39:53 +0200
commit2dc69f7a10e03f1dc5bdcea922507bdaddf8258f (patch)
tree6987fe18bdfa92af7645f249f1fc1486f32ae33d /tests/modules
parenta3cc8b970a24e1970275f0e8032bf6b221d3e235 (diff)
downloadcrawler-2dc69f7a10e03f1dc5bdcea922507bdaddf8258f.tar.gz
crawler-2dc69f7a10e03f1dc5bdcea922507bdaddf8258f.tar.bz2
fixed logger to liblogger renaming on Linux
Diffstat (limited to 'tests/modules')
-rwxr-xr-xtests/modules/GNUmakefile2
-rwxr-xr-xtests/modules/exec_test2
-rwxr-xr-xtests/modules/libcommon/GNUmakefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/modules/GNUmakefile b/tests/modules/GNUmakefile
index e0e51e2..f61374d 100755
--- a/tests/modules/GNUmakefile
+++ b/tests/modules/GNUmakefile
@@ -9,7 +9,7 @@ INCLUDE_DIRS = \
-I$(TOPDIR)/tests/modules/libcommon
INCLUDE_LDFLAGS = \
- -L$(TOPDIR)/src/logger \
+ -L$(TOPDIR)/src/liblogger \
-L$(TOPDIR)/tests/modules/libcommon
INCLUDE_LIBS = \
diff --git a/tests/modules/exec_test b/tests/modules/exec_test
index 05c9a61..76504c2 100755
--- a/tests/modules/exec_test
+++ b/tests/modules/exec_test
@@ -4,5 +4,5 @@ BINARY=$1
TITLE=$2
printf "$BINARY: $TITLE .. "
-LD_LIBRARY_PATH=../../src:../../src/logger:../../src/libcrawler:libcommon ./$BINARY >$BINARY.RES 2>&1
+LD_LIBRARY_PATH=../../src:../../src/liblogger:../../src/libcrawler:libcommon ./$BINARY >$BINARY.RES 2>&1
diff $BINARY.MUST $BINARY.RES > $BINARY.DIFF && printf "OK\n" || printf "ERROR\n"
diff --git a/tests/modules/libcommon/GNUmakefile b/tests/modules/libcommon/GNUmakefile
index e4a5c98..054bd4a 100755
--- a/tests/modules/libcommon/GNUmakefile
+++ b/tests/modules/libcommon/GNUmakefile
@@ -8,7 +8,7 @@ INCLUDE_DIRS = \
-I$(TOPDIR)/include/util
INCLUDE_LDFLAGS = \
- -L$(TOPDIR)/src/logger
+ -L$(TOPDIR)/src/liblogger
INCLUDE_LIBS = \
$(TOPDIR)/src/libcrawler/libcrawler.a \