aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEugene Sandulenko2017-01-15 18:29:47 +0100
committerEugene Sandulenko2017-01-15 18:30:13 +0100
commitc46697be485bfb1544b23c39c9f68e0f551ace8a (patch)
treebccc1203a87b5065f30d9cbc966793974d30ac3d /test
parent871c9d26b20c73c0df43475362c289d19c72bdbc (diff)
downloadscummvm-rg350-c46697be485bfb1544b23c39c9f68e0f551ace8a.tar.gz
scummvm-rg350-c46697be485bfb1544b23c39c9f68e0f551ace8a.tar.bz2
scummvm-rg350-c46697be485bfb1544b23c39c9f68e0f551ace8a.zip
TESTS: Build Wintermute test only for static plugin
Diffstat (limited to 'test')
-rw-r--r--test/module.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/module.mk b/test/module.mk
index 5ccfe16ff9..c09849f1c6 100644
--- a/test/module.mk
+++ b/test/module.mk
@@ -8,7 +8,7 @@
TESTS := $(srcdir)/test/common/*.h $(srcdir)/test/audio/*.h
TEST_LIBS := audio/libaudio.a common/libcommon.a
-ifdef ENABLE_WINTERMUTE
+ifeq ($(ENABLE_WINTERMUTE), STATIC_PLUGIN)
TESTS += $(srcdir)/test/engines/wintermute/*.h
TEST_LIBS += engines/wintermute/libwintermute.a
endif