fix dependency information for C++ tests
This commit is contained in:
parent
a1391e586a
commit
6ba548aabc
@ -157,7 +157,7 @@ tests/minicheck.o: tests/minicheck.c tests/minicheck.h
|
||||
tests/runtests.o: tests/runtests.c tests/chardata.h
|
||||
tests/runtests: tests/runtests.o tests/chardata.o tests/minicheck.o $(LIBRARY)
|
||||
$(LINK_EXE) $^
|
||||
tests/runtestspp.o: tests/runtestspp.cpp tests/chardata.h
|
||||
tests/runtestspp.o: tests/runtestspp.cpp tests/runtests.c tests/chardata.h
|
||||
tests/runtestspp: tests/runtestspp.o tests/chardata.o tests/minicheck.o $(LIBRARY)
|
||||
$(LINK_CXX_EXE) $^
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user