summaryrefslogtreecommitdiff
path: root/tests/network/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-04-05 17:34:14 +0200
committerAndreas Baumann <abaumann@yahoo.com>2009-04-05 17:34:14 +0200
commitc392ae0e621842db18f10cdfd4c87ac9b60e4a92 (patch)
tree35351239e84df1fe3958d1b4b406a56c4d55d6b9 /tests/network/GNUmakefile
parentd356c2255a39e89f8c5696b81d9e57c53ad74dc1 (diff)
downloadwolfbones-c392ae0e621842db18f10cdfd4c87ac9b60e4a92.tar.gz
wolfbones-c392ae0e621842db18f10cdfd4c87ac9b60e4a92.tar.bz2
started with a server test2 (networking), started to create a public helper include file network.h
Diffstat (limited to 'tests/network/GNUmakefile')
-rw-r--r--tests/network/GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/network/GNUmakefile b/tests/network/GNUmakefile
index 0b4f44d..13dceb7 100644
--- a/tests/network/GNUmakefile
+++ b/tests/network/GNUmakefile
@@ -7,7 +7,8 @@ INCLUDE_LIBS = \
$(TOPDIR)/src/libwolf.a
TEST_BINS = \
- test1$(EXE)
+ test1$(EXE) \
+ test2$(EXE)
-include $(TOPDIR)/makefiles/gmake/sub.mk