summaryrefslogtreecommitdiff
path: root/tests/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-12 19:13:52 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-12 19:13:52 +0200
commit5fe4ec20a6aa83dc8728ff83766efc35c7818ab6 (patch)
treed81a1be98664433080e69521982d6d3092d1a9f9 /tests/GNUmakefile
parent63929b266e3000374c5e5161e4495d64142b907e (diff)
downloadcrawler-5fe4ec20a6aa83dc8728ff83766efc35c7818ab6.tar.gz
crawler-5fe4ec20a6aa83dc8728ff83766efc35c7818ab6.tar.bz2
added a fetcher module test
Diffstat (limited to 'tests/GNUmakefile')
-rw-r--r--tests/GNUmakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile
index 09bc024..4b3f5dc 100644
--- a/tests/GNUmakefile
+++ b/tests/GNUmakefile
@@ -1,6 +1,8 @@
TOPDIR = ..
-SUBDIRS = utils url streamhtmlparser libfetch curl psql sqlite typedetect
+SUBDIRS = \
+ utils url streamhtmlparser libfetch curl psql sqlite typedetect \
+ fetcher
-include $(TOPDIR)/makefiles/gmake/sub.mk