aboutsummaryrefslogtreecommitdiff
path: root/test/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/module.mk')
-rw-r--r--test/module.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/module.mk b/test/module.mk
index 11ee6bd200..04e7deeacd 100644
--- a/test/module.mk
+++ b/test/module.mk
@@ -8,6 +8,11 @@
TESTS := $(srcdir)/test/common/*.h $(srcdir)/test/audio/*.h
TEST_LIBS := audio/libaudio.a common/libcommon.a
+ifdef ENABLE_WINTERMUTE
+ TESTS += $(srcdir)/test/engines/wintermute/*.h
+ TEST_LIBS += engines/wintermute/libwintermute.a
+endif
+
#
TEST_FLAGS := --runner=StdioPrinter --no-std --no-eh --include=$(srcdir)/test/cxxtest_mingw.h
TEST_CFLAGS := -I$(srcdir)/test/cxxtest