mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-02 08:19:19 +00:00
TESTS: Fix linking target in Makefile
This commit is contained in:
parent
311bb2f1b6
commit
320ed53f31
@ -44,7 +44,7 @@ endif
|
||||
test: test/runner
|
||||
./test/runner
|
||||
test/runner: test/runner.cpp $(TEST_LIBS)
|
||||
$(QUIET_LINK)$(CXX) $(TEST_CXXFLAGS) $(CPPFLAGS) $(TEST_CFLAGS) -o $@ $+ $(TEST_LDFLAGS)
|
||||
$(QUIET_LINK)$(LD) $(TEST_CXXFLAGS) $(CPPFLAGS) $(TEST_CFLAGS) -o $@ $+ $(TEST_LDFLAGS)
|
||||
test/runner.cpp: $(TESTS)
|
||||
@mkdir -p test
|
||||
$(srcdir)/test/cxxtest/cxxtestgen.py $(TEST_FLAGS) -o $@ $+
|
||||
|
Loading…
x
Reference in New Issue
Block a user