[Scummvm-git-logs] scummvm master -> 9b824d73af2ec8326d703eaa14a47f73c989fbb5
phcoder
phcoder at gmail.com
Mon Nov 16 09:07:09 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:
9b824d73af TEST: remove prinring of md5 of encoding.dat
Commit: 9b824d73af2ec8326d703eaa14a47f73c989fbb5
https://github.com/scummvm/scummvm/commit/9b824d73af2ec8326d703eaa14a47f73c989fbb5
Author: Vladimir Serbinenko (phcoder at google.com)
Date: 2020-11-16T10:06:27+01:00
Commit Message:
TEST: remove prinring of md5 of encoding.dat
Changed paths:
test/module.mk
diff --git a/test/module.mk b/test/module.mk
index 91fdfccd34..ebecc89711 100644
--- a/test/module.mk
+++ b/test/module.mk
@@ -69,8 +69,6 @@ endif
test: test/runner
- -md5sum test/engine-data/encoding.dat
- -md5sum $(srcdir)/dists/engine-data/encoding.dat
./test/runner
test/runner: test/runner.cpp $(TEST_LIBS) copy-dat
$(QUIET_CXX)$(CXX) $(TEST_CXXFLAGS) $(CPPFLAGS) $(TEST_CFLAGS) -o $@ test/runner.cpp $(TEST_LIBS) $(TEST_LDFLAGS)
More information about the Scummvm-git-logs
mailing list