summaryrefslogtreecommitdiff
path: root/tests/url/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-09-07 08:44:50 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-09-07 08:44:50 +0200
commit703e5e1a088820d3a2d6d50281e761a99e35c6d8 (patch)
treee46f84bf6f08e4576381b3864d4b2178473708fc /tests/url/GNUmakefile
parent374c902e272f06833cfc67e3b8bd86cc7ae7cd3c (diff)
downloadcrawler-703e5e1a088820d3a2d6d50281e761a99e35c6d8.tar.gz
crawler-703e5e1a088820d3a2d6d50281e761a99e35c6d8.tar.bz2
fixed all tests and rewrote module test
Diffstat (limited to 'tests/url/GNUmakefile')
-rw-r--r--tests/url/GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/url/GNUmakefile b/tests/url/GNUmakefile
index e99e178..1325f30 100644
--- a/tests/url/GNUmakefile
+++ b/tests/url/GNUmakefile
@@ -10,7 +10,8 @@ INCLUDE_DIRS = \
-I$(TOPDIR)/src/modules/urlnormalizer/simpleurl \
-I$(TOPDIR)/src/modules/urlnormalizer/googleurl \
-I$(TOPDIR)/include/module \
- -I$(TOPDIR)/include/util
+ -I$(TOPDIR)/include/util \
+ -I$(TOPDIR)/include/crawler
INCLUDE_LDFLAGS = \
-L$(TOPDIR)/src \