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

lephilousophe noreply at scummvm.org
Thu Mar 5 18:02:37 UTC 2026


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

Summary:
ccbd3004ad TEST: Fix build


Commit: ccbd3004ad8a3ce94db65ec2c5ee8e731c8f40b6
    https://github.com/scummvm/scummvm/commit/ccbd3004ad8a3ce94db65ec2c5ee8e731c8f40b6
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2026-03-05T19:02:04+01:00

Commit Message:
TEST: Fix build

Changed paths:
    test/module.mk


diff --git a/test/module.mk b/test/module.mk
index d59b5e89299..922e1615fe5 100644
--- a/test/module.mk
+++ b/test/module.mk
@@ -37,7 +37,8 @@ ifdef USE_TINYGL
 TESTS += $(srcdir)/test/graphics/tinygl*.h
 endif
 
-TEST_LIBS +=	audio/libaudio.a math/libmath.a common/formats/libformats.a common/compression/libcompression.a common/libcommon.a image/libimage.a graphics/libgraphics.a
+# libcommon needs libformats and libformats needs libcommon: so libcommon is put twice
+TEST_LIBS +=	audio/libaudio.a math/libmath.a common/libcommon.a common/formats/libformats.a common/compression/libcompression.a common/libcommon.a image/libimage.a graphics/libgraphics.a
 
 ifeq ($(ENABLE_WINTERMUTE), STATIC_PLUGIN)
 	TESTS += $(srcdir)/test/engines/wintermute/*.h




More information about the Scummvm-git-logs mailing list