summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9241600..74e2817 100644
--- a/Makefile
+++ b/Makefile
@@ -158,6 +158,10 @@ all: dep lib
tests: $(TESTS)
ifneq ($(CROSSCOMPILE),true)
for t in $(TESTS) ; do ./$$t ; done
+else
+ifeq ($(SYSTEM),MINGW32)
+ for t in $(TESTS) ; do wine ./$$t ; done
+endif
endif
strip: $(TESTS)