summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-04-07 10:09:50 +0200
committerAndreas Baumann <abaumann@yahoo.com>2009-04-07 10:09:50 +0200
commitf53c56d8797134a556609db33c23dce1ab0c59dc (patch)
treec3663c7ab743122691b003323aeb0e638df7f241 /tests
parentc4c6d803698b5ba5824b307e2077126e6df532ed (diff)
downloadwolfbones-f53c56d8797134a556609db33c23dce1ab0c59dc.tar.gz
wolfbones-f53c56d8797134a556609db33c23dce1ab0c59dc.tar.bz2
renamed tests to be pure unix tests
Diffstat (limited to 'tests')
-rw-r--r--tests/network/GNUmakefile4
-rw-r--r--tests/network/test1_unix.c (renamed from tests/network/test1.c)0
-rw-r--r--tests/network/test2_unix.c (renamed from tests/network/test2.c)0
3 files changed, 2 insertions, 2 deletions
diff --git a/tests/network/GNUmakefile b/tests/network/GNUmakefile
index 13dceb7..3e1edbe 100644
--- a/tests/network/GNUmakefile
+++ b/tests/network/GNUmakefile
@@ -7,8 +7,8 @@ INCLUDE_LIBS = \
$(TOPDIR)/src/libwolf.a
TEST_BINS = \
- test1$(EXE) \
- test2$(EXE)
+ test1_unix$(EXE) \
+ test2_unix$(EXE)
-include $(TOPDIR)/makefiles/gmake/sub.mk
diff --git a/tests/network/test1.c b/tests/network/test1_unix.c
index 2b29445..2b29445 100644
--- a/tests/network/test1.c
+++ b/tests/network/test1_unix.c
diff --git a/tests/network/test2.c b/tests/network/test2_unix.c
index 3964c93..3964c93 100644
--- a/tests/network/test2.c
+++ b/tests/network/test2_unix.c