[Scummvm-git-logs] scummvm master -> c46697be485bfb1544b23c39c9f68e0f551ace8a

sev- sev at scummvm.org
Sun Jan 15 18:30:36 CET 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c46697be48 TESTS: Build Wintermute test only for static plugin


Commit: c46697be485bfb1544b23c39c9f68e0f551ace8a
    https://github.com/scummvm/scummvm/commit/c46697be485bfb1544b23c39c9f68e0f551ace8a
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2017-01-15T18:30:13+01:00

Commit Message:
TESTS: Build Wintermute test only for static plugin

Changed paths:
    test/module.mk


diff --git a/test/module.mk b/test/module.mk
index 5ccfe16..c09849f 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





More information about the Scummvm-git-logs mailing list