summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2011-11-03 17:44:33 +0100
committerAndreas Baumann <abaumann@yahoo.com>2011-11-03 17:44:33 +0100
commite5e59f8ce8c95f01f011f945cfb844dfe79adaa5 (patch)
tree91aaa9678f7c92230c338851ceed897147c9cd46 /tests
parent162da0ff4f11598bd6999ab78be26f75545f5991 (diff)
downloadwolfbones-e5e59f8ce8c95f01f011f945cfb844dfe79adaa5.tar.gz
wolfbones-e5e59f8ce8c95f01f011f945cfb844dfe79adaa5.tar.bz2
small fixes around ENABLE_THREADS
Diffstat (limited to 'tests')
-rw-r--r--tests/GNUmakefile4
-rw-r--r--tests/library/GNUmakefile1
2 files changed, 4 insertions, 1 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile
index e2d4b28..6462a9c 100644
--- a/tests/GNUmakefile
+++ b/tests/GNUmakefile
@@ -1,9 +1,11 @@
TOPDIR = ..
+-include $(TOPDIR)/makefiles/gmake/platform.mk
+
SUBDIRS = port log gettext network daemon service library
ifeq "$(ENABLE_THREADS)" "1"
-SUBDIRS = $(SUBDIRS) threads
+SUBDIRS += threads
endif
-include $(TOPDIR)/makefiles/gmake/sub.mk
diff --git a/tests/library/GNUmakefile b/tests/library/GNUmakefile
index 7b63f04..85c5234 100644
--- a/tests/library/GNUmakefile
+++ b/tests/library/GNUmakefile
@@ -23,6 +23,7 @@ test_loader$(EXE): $(TOPDIR)/src/libwolf.a $(DYNAMIC_LIB).$(DYNAMIC_LIB_MAJOR).$
local_all:
local_clean:
+ @-rm -f testlib.so.0.0.0
local_distclean: