[Scummvm-git-logs] scummvm master -> 63a48de8d3b5d9bf59d3128079f9e4266c5d3532

orgads orgads at gmail.com
Mon Apr 19 20:07:11 UTC 2021


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:
63a48de8d3 TESTS: Regenerate tests when module.mk is modified


Commit: 63a48de8d3b5d9bf59d3128079f9e4266c5d3532
    https://github.com/scummvm/scummvm/commit/63a48de8d3b5d9bf59d3128079f9e4266c5d3532
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2021-04-19T23:06:55+03:00

Commit Message:
TESTS: Regenerate tests when module.mk is modified

Changed paths:
    test/module.mk


diff --git a/test/module.mk b/test/module.mk
index 10af3a0a99..5553e0aeae 100644
--- a/test/module.mk
+++ b/test/module.mk
@@ -68,7 +68,7 @@ test: test/runner
 	./test/runner
 test/runner: test/runner.cpp $(TEST_LIBS) copy-dat
 	+$(QUIET_CXX)$(LD) $(TEST_CXXFLAGS) $(CPPFLAGS) $(TEST_CFLAGS) -o $@ test/runner.cpp $(TEST_LIBS) $(TEST_LDFLAGS)
-test/runner.cpp: $(TESTS)
+test/runner.cpp: $(TESTS) $(srcdir)/test/module.mk
 	@mkdir -p test
 	$(srcdir)/test/cxxtest/cxxtestgen.py $(TEST_FLAGS) -o $@ $+
 




More information about the Scummvm-git-logs mailing list