mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 19:21:46 +00:00
TESTS: Regenerate tests when module.mk is modified
This commit is contained in:
parent
a21f7d8e96
commit
63a48de8d3
@ -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 $@ $+
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user