aboutsummaryrefslogtreecommitdiff
path: root/test/module.mk
diff options
context:
space:
mode:
authorTobia Tesan2016-03-31 16:06:01 +0200
committerTobia Tesan2016-12-26 10:41:48 +0100
commite3fdd8d5fe5b739b28c67539bbdb0b596f9dacbe (patch)
tree7d78b3a9bb3aa5b3ea43893f061878c7dfa70606 /test/module.mk
parentb981edd1f76ab303df3028e4134ee54c787cab5a (diff)
downloadscummvm-rg350-e3fdd8d5fe5b739b28c67539bbdb0b596f9dacbe.tar.gz
scummvm-rg350-e3fdd8d5fe5b739b28c67539bbdb0b596f9dacbe.tar.bz2
scummvm-rg350-e3fdd8d5fe5b739b28c67539bbdb0b596f9dacbe.zip
WINTERMUTE: Add tests for engines/wintermute/path_utils.h
Diffstat (limited to 'test/module.mk')
-rw-r--r--test/module.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/module.mk b/test/module.mk
index 11ee6bd200..da469b4263 100644
--- a/test/module.mk
+++ b/test/module.mk
@@ -5,8 +5,8 @@
#
######################################################################
-TESTS := $(srcdir)/test/common/*.h $(srcdir)/test/audio/*.h
-TEST_LIBS := audio/libaudio.a common/libcommon.a
+TESTS := $(srcdir)/test/common/*.h $(srcdir)/test/audio/*.h $(srcdir)/test/engines/wintermute/*.h
+TEST_LIBS := audio/libaudio.a common/libcommon.a engines/wintermute/libwintermute.a
#
TEST_FLAGS := --runner=StdioPrinter --no-std --no-eh --include=$(srcdir)/test/cxxtest_mingw.h