Added support for building tests from MinGW.

This commit is contained in:
xorstream
2015-12-16 12:59:30 +11:00
parent 00f06e0425
commit f111d7d1ca
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
CFLAGS += -I../include
CFLAGS += -I../../include
ifeq (MING,$(findstring MING,$(shell uname -s)))
LDFLAGS += ../../unicorn.lib $(shell pkg-config --libs glib-2.0) -lpthread -lm
else
LDFLAGS += ../../libunicorn.a $(shell pkg-config --libs glib-2.0) -lpthread -lm
endif
TESTS = map_crash map_write
TESTS += sigill sigill2