summaryrefslogtreecommitdiff
path: root/tests/url/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-07-15 20:52:33 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-07-15 20:52:33 +0200
commita08968025b98a50d6dd355cb02599937e178fbbf (patch)
treee47d75e7f134e9e643e60083fbe9299ae54efdc2 /tests/url/GNUmakefile
parent69f32e239eafcfdc2392a8644c6de6ca6dbe83c1 (diff)
downloadcrawler-a08968025b98a50d6dd355cb02599937e178fbbf.tar.gz
crawler-a08968025b98a50d6dd355cb02599937e178fbbf.tar.bz2
some investemnet in URL parsing
Diffstat (limited to 'tests/url/GNUmakefile')
-rw-r--r--tests/url/GNUmakefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/url/GNUmakefile b/tests/url/GNUmakefile
new file mode 100644
index 0000000..e3913bd
--- /dev/null
+++ b/tests/url/GNUmakefile
@@ -0,0 +1,25 @@
+TOPDIR = ../..
+
+SUBDIRS =
+
+INCLUDE_DIRS = \
+ -I$(TOPDIR)/src
+
+INCLUDE_LDFLAGS =
+
+INCLUDE_LIBS =
+
+TEST_CPP_BINS = \
+ test1$(EXE)
+
+OBJS =
+
+-include $(TOPDIR)/makefiles/gmake/sub.mk
+
+local_all:
+
+local_clean:
+
+local_distclean:
+
+local_test: