[Scummvm-git-logs] scummvm master -> 3bd85ef313973e1e15312e589340341d63f51dba

sev- sev at scummvm.org
Mon Jan 23 21:58:59 CET 2017


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:
3bd85ef313 TESTS: Fix tests building


Commit: 3bd85ef313973e1e15312e589340341d63f51dba
    https://github.com/scummvm/scummvm/commit/3bd85ef313973e1e15312e589340341d63f51dba
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2017-01-23T21:58:38+01:00

Commit Message:
TESTS: Fix tests building

Changed paths:
    test/module.mk


diff --git a/test/module.mk b/test/module.mk
index b4cc519..6974c7b 100644
--- a/test/module.mk
+++ b/test/module.mk
@@ -45,6 +45,9 @@ test: test/runner
 	./test/runner
 test/runner: test/runner.cpp $(TEST_LIBS)
 	$(QUIET_CXX)$(CXX) $(TEST_CXXFLAGS) $(CPPFLAGS) $(TEST_CFLAGS) -o $@ $+ $(TEST_LDFLAGS)
+test/runner.cpp: $(TESTS)
+	@mkdir -p test
+	$(srcdir)/test/cxxtest/cxxtestgen.py $(TEST_FLAGS) -o $@ $+
 
 clean: clean-test
 clean-test:





More information about the Scummvm-git-logs mailing list