summaryrefslogtreecommitdiff
path: root/tests/port
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-27 17:06:20 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-27 17:06:20 +0100
commit2e27ca524f38f537e6bf706c7aa7dce79a745e17 (patch)
tree81a831d26b2b0e2fdbabf9a6182333e94a2a0b57 /tests/port
parentd2226ac89da10b7a19518ac04be793006f0e75e4 (diff)
downloadwolfbones-2e27ca524f38f537e6bf706c7aa7dce79a745e17.tar.gz
wolfbones-2e27ca524f38f537e6bf706c7aa7dce79a745e17.tar.bz2
can do a full build with testing on windows now, still issues to fix
Diffstat (limited to 'tests/port')
-rw-r--r--tests/port/Makefile.W323
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/port/Makefile.W32 b/tests/port/Makefile.W32
index c338d87..291dfcb 100644
--- a/tests/port/Makefile.W32
+++ b/tests/port/Makefile.W32
@@ -26,8 +26,7 @@ local_clean:
local_distclean:
-# TODO: make test dependencies in compile.mk
-local_test: $(TEST_BINS)
+local_test:
@echo Testing strdup..
@test_strdup >NUL 2>NUL
@echo Testing strerror_r...