summaryrefslogtreecommitdiff
path: root/tests/threads
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-04-01 12:55:28 +0200
committerAndreas Baumann <abaumann@yahoo.com>2009-04-01 12:55:28 +0200
commitb04de8fd75fbedfe25366147b1916cd8012eb1e3 (patch)
tree231cc95feb523654047db4bee7752b7c4a674d47 /tests/threads
parent604bb5a3ed16403d87fde89b2096058caac12760 (diff)
downloadwolfbones-b04de8fd75fbedfe25366147b1916cd8012eb1e3.tar.gz
wolfbones-b04de8fd75fbedfe25366147b1916cd8012eb1e3.tar.bz2
fixed dependency on Windows for test_counter_mutex
Diffstat (limited to 'tests/threads')
-rw-r--r--tests/threads/Makefile.W321
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/threads/Makefile.W32 b/tests/threads/Makefile.W32
index b80c2a6..33cd8a6 100644
--- a/tests/threads/Makefile.W32
+++ b/tests/threads/Makefile.W32
@@ -18,6 +18,7 @@ TEST_BINS = \
# TODO: what is the autogeneration rule for NMAKE?
test_create_join.exe: test_create_join.obj
+test_counter_mutex.exe: test_counter_mutex.obj
local_all: