summaryrefslogtreecommitdiff
path: root/tests/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/GNUmakefile')
-rw-r--r--tests/GNUmakefile4
1 files changed, 3 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