summaryrefslogtreecommitdiff
path: root/tests/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2008-07-07 18:39:43 +0200
committerAndreas Baumann <abaumann@yahoo.com>2008-07-07 18:39:43 +0200
commitfe81409fff271191948e7d87ec6b3afb3b240dcf (patch)
tree3e0ee2850516e1d8534a3d08f01953209241fe63 /tests/GNUmakefile
parentca3154a53ddebfc3fa3421d62d6f4eb7bc192d55 (diff)
downloadcrawler-fe81409fff271191948e7d87ec6b3afb3b240dcf.tar.gz
crawler-fe81409fff271191948e7d87ec6b3afb3b240dcf.tar.bz2
added curl cpp tests
Diffstat (limited to 'tests/GNUmakefile')
-rw-r--r--tests/GNUmakefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile
index 193b7c9..ca4940f 100644
--- a/tests/GNUmakefile
+++ b/tests/GNUmakefile
@@ -1,13 +1,6 @@
TOPDIR = ..
-SUBDIRS =
-
-INCLUDE_DIRS = -I. -I$(TOPDIR)
-
-CPP_BINS = \
- test1$(EXE)
-
-OBJS =
+SUBDIRS = curl
-include $(TOPDIR)/makefiles/sub.mk