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

whoozle noreply at scummvm.org
Sat Feb 7 20:28:47 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:
fa6c168f00 TEST: add common/compression directory, split assignment into multiple lines for better readability


Commit: fa6c168f008468f64b1e161c6f97cd00b77efb77
    https://github.com/scummvm/scummvm/commit/fa6c168f008468f64b1e161c6f97cd00b77efb77
Author: Vladimir Menshakov (vladimir.menshakov at gmail.com)
Date: 2026-02-07T20:28:27Z

Commit Message:
TEST: add common/compression directory, split assignment into multiple lines for better readability

Changed paths:
    test/module.mk


diff --git a/test/module.mk b/test/module.mk
index 2b23cc0d7c3..d59b5e89299 100644
--- a/test/module.mk
+++ b/test/module.mk
@@ -5,7 +5,12 @@
 #
 ######################################################################
 
-TESTS        := $(srcdir)/test/common/*.h $(srcdir)/test/common/formats/*.h $(srcdir)/test/audio/*.h $(srcdir)/test/math/*.h $(srcdir)/test/image/*.h
+TESTS        := $(srcdir)/test/common/*.h \
+	$(srcdir)/test/common/compression/*.h \
+	$(srcdir)/test/common/formats/*.h \
+	$(srcdir)/test/audio/*.h \
+	$(srcdir)/test/math/*.h \
+	$(srcdir)/test/image/*.h
 TEST_LIBS    :=
 
 ifdef POSIX




More information about the Scummvm-git-logs mailing list