summaryrefslogtreecommitdiff
path: root/tests/url/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-07 08:51:53 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-07 08:51:53 +0200
commite41aee814d41ada4bb9651f8837d1d7b272820f9 (patch)
tree72e193ef99519794d251dc5864c92d8e494eba4a /tests/url/GNUmakefile
parent6c8d62160c3a5d744f797f06d8c505c5bb8f2622 (diff)
downloadcrawler-e41aee814d41ada4bb9651f8837d1d7b272820f9.tar.gz
crawler-e41aee814d41ada4bb9651f8837d1d7b272820f9.tar.bz2
cleaned up url normalizer tests and made them use module loader
Diffstat (limited to 'tests/url/GNUmakefile')
-rw-r--r--tests/url/GNUmakefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/url/GNUmakefile b/tests/url/GNUmakefile
index 62ca063..5a3ca08 100644
--- a/tests/url/GNUmakefile
+++ b/tests/url/GNUmakefile
@@ -3,16 +3,12 @@ TOPDIR = ../..
SUBDIRS =
INCLUDE_DIRS = \
- -I$(TOPDIR)/src \
- -I$(TOPDIR)/src/modules/urlnormalizer/simpleurl \
- -I$(TOPDIR)/src/modules/urlnormalizer/googleurl
+ -I$(TOPDIR)/src
INCLUDE_LDFLAGS =
INCLUDE_LIBS = \
- $(TOPDIR)/src/libcrawlingwolf.a \
- $(TOPDIR)/googleurl/libgoogleurl.a \
- -licui18n -licuuc
+ $(TOPDIR)/src/libcrawlingwolf.a
TEST_CPP_BINS = \
test1$(EXE) \