summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-04-07 15:22:59 +0200
committerAndreas Baumann <abaumann@yahoo.com>2009-04-07 15:22:59 +0200
commit126e768a58494cc4621266cf236731f6abded94f (patch)
tree9ec839112b195d6b3680c2487cd42d7887c5cf04 /tests
parent672fdcb8e7976c17777b7d9571fc490d4d7db85a (diff)
downloadwolfbones-126e768a58494cc4621266cf236731f6abded94f.tar.gz
wolfbones-126e768a58494cc4621266cf236731f6abded94f.tar.bz2
more documentation
Diffstat (limited to 'tests')
-rw-r--r--tests/network/GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/network/GNUmakefile b/tests/network/GNUmakefile
index 3e1edbe..cc7e939 100644
--- a/tests/network/GNUmakefile
+++ b/tests/network/GNUmakefile
@@ -8,7 +8,8 @@ INCLUDE_LIBS = \
TEST_BINS = \
test1_unix$(EXE) \
- test2_unix$(EXE)
+ test2_unix$(EXE) \
+ test_proactor$(EXE)
-include $(TOPDIR)/makefiles/gmake/sub.mk