diff options
author | Eugene Sandulenko | 2017-01-15 18:29:47 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2017-01-15 18:30:13 +0100 |
commit | c46697be485bfb1544b23c39c9f68e0f551ace8a (patch) | |
tree | bccc1203a87b5065f30d9cbc966793974d30ac3d /test | |
parent | 871c9d26b20c73c0df43475362c289d19c72bdbc (diff) | |
download | scummvm-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.mk | 2 |
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 |