summaryrefslogtreecommitdiff
path: root/tests/modules/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/GNUmakefile')
-rwxr-xr-xtests/modules/GNUmakefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/modules/GNUmakefile b/tests/modules/GNUmakefile
index ba0040b..e00e9c9 100755
--- a/tests/modules/GNUmakefile
+++ b/tests/modules/GNUmakefile
@@ -1,18 +1,20 @@
TOPDIR = ../..
-SUBDIRS = testmod testmod2 testmod3
+SUBDIRS = libcommon testmod testmod2 testmod3
INCLUDE_DIRS = \
-I. -I$(TOPDIR)/src \
-I$(TOPDIR)/include/module \
- -I$(TOPDIR)/include/util
+ -I$(TOPDIR)/include/util \
+ -I$(TOPDIR)/tests/modules/libcommon
INCLUDE_LDFLAGS = \
- -L$(TOPDIR)/src/logger
+ -L$(TOPDIR)/src/logger \
+ -L$(TOPDIR)/tests/modules/libcommon
INCLUDE_LIBS = \
$(TOPDIR)/src/libcrawler.a \
- -llogger
+ -llogger -lcommon
TEST_CPP_BINS = \
test1$(EXE) \