summaryrefslogtreecommitdiff
path: root/win32/Makefile.mingw
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2018-01-23 17:33:42 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2019-01-06 14:32:28 +0100
commit57d4329bd7440257929b763914bcb5439f53f1f5 (patch)
tree7525ddccdf37298f4a7d7f08ef94e37449d5be8f /win32/Makefile.mingw
parent7f40ed01f7a7c05a804664822777e42005c5f1d8 (diff)
downloadlibxml2-57d4329bd7440257929b763914bcb5439f53f1f5.tar.gz
Merge testThreadsWin32.c into testThreads.c
Apply the same cross-platform modifications as previously in runtest.c.
Diffstat (limited to 'win32/Makefile.mingw')
-rw-r--r--win32/Makefile.mingw11
1 files changed, 1 insertions, 10 deletions
diff --git a/win32/Makefile.mingw b/win32/Makefile.mingw
index 3d4cb888..9dfa4abe 100644
--- a/win32/Makefile.mingw
+++ b/win32/Makefile.mingw
@@ -220,16 +220,7 @@ UTILS = $(BINDIR)/xmllint.exe\
$(BINDIR)/testapi.exe\
$(BINDIR)/testlimits.exe
-ifeq ($(WITH_THREADS),yes)
-UTILS += $(BINDIR)/testThreadsWin32.exe
-endif
-ifeq ($(WITH_THREADS),ctls)
-UTILS += $(BINDIR)/testThreadsWin32.exe
-endif
-ifeq ($(WITH_THREADS),native)
-UTILS += $(BINDIR)/testThreadsWin32.exe
-endif
-ifeq ($(WITH_THREADS),posix)
+ifneq ($(WITH_THREADS),no)
UTILS += $(BINDIR)/testThreads.exe
endif