Makefile: disable test-% and bench-% targets
Targets bench-% and test-% mess up dependency resolution, disable for now.
This commit is contained in:
parent
4c2d0545fc
commit
86341f8e02
8
Makefile
8
Makefile
@ -103,14 +103,14 @@ test/echo.o: test/echo.c test/echo.h
|
||||
test: test/run-tests$(E)
|
||||
test/run-tests
|
||||
|
||||
test-%: test/run-tests$(E)
|
||||
test/run-tests $(@:test-%=%)
|
||||
#test-%: test/run-tests$(E)
|
||||
# test/run-tests $(@:test-%=%)
|
||||
|
||||
bench: test/run-benchmarks$(E)
|
||||
test/run-benchmarks
|
||||
|
||||
bench-%: test/run-benchmarks$(E)
|
||||
test/run-benchmarks $(@:bench-%=%)
|
||||
#bench-%: test/run-benchmarks$(E)
|
||||
# test/run-benchmarks $(@:bench-%=%)
|
||||
|
||||
clean: clean-platform
|
||||
$(RM) -f src/*.o *.a test/run-tests$(E) test/run-benchmarks$(E)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user