From c8d741c4d6e54d6730aad926a5cdc534028cb78e Mon Sep 17 00:00:00 2001 From: Pixel Date: Wed, 12 Oct 2011 08:55:59 -0700 Subject: Yes, surprisingly enough, one can run wine to process these unit tests. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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) -- cgit v1.2.3