[Scummvm-git-logs] scummvm master -> cb5c08015153247a249b4a83712c39e59406ffbc
phcoder
phcoder at gmail.com
Mon Nov 16 03:10:35 UTC 2020
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:
cb5c080151 TEST: Fix path to test/runner.cpp
Commit: cb5c08015153247a249b4a83712c39e59406ffbc
https://github.com/scummvm/scummvm/commit/cb5c08015153247a249b4a83712c39e59406ffbc
Author: Vladimir Serbinenko (phcoder at google.com)
Date: 2020-11-16T04:09:37+01:00
Commit Message:
TEST: Fix path to test/runner.cpp
Changed paths:
test/module.mk
diff --git a/test/module.mk b/test/module.mk
index 34b7526be7..56fbac78e9 100644
--- a/test/module.mk
+++ b/test/module.mk
@@ -71,7 +71,7 @@ endif
test: test/runner
./test/runner
test/runner: test/runner.cpp $(TEST_LIBS) copy-dat
- $(QUIET_CXX)$(CXX) $(TEST_CXXFLAGS) $(CPPFLAGS) $(TEST_CFLAGS) -o $@ $(srcdir)/test/runner.cpp $(TEST_LIBS) $(TEST_LDFLAGS)
+ $(QUIET_CXX)$(CXX) $(TEST_CXXFLAGS) $(CPPFLAGS) $(TEST_CFLAGS) -o $@ test/runner.cpp $(TEST_LIBS) $(TEST_LDFLAGS)
test/runner.cpp: $(TESTS)
@mkdir -p test
$(srcdir)/test/cxxtest/cxxtestgen.py $(TEST_FLAGS) -o $@ $+
More information about the Scummvm-git-logs
mailing list