be consistent with the naming of the test targets

This commit is contained in:
Sebastian Ramacher 2012-02-21 19:14:27 +01:00
parent 89adcf38d4
commit 07cb63c89d

View File

@ -74,7 +74,7 @@ valgrind: debug
gdb: debug
cgdb ${PROJECT}-debug
tests: ${OBJECTS}
test: ${OBJECTS}
$(QUIET)make -C tests run
dist: clean
@ -141,4 +141,4 @@ uninstall:
-include $(wildcard .depend/*.dep)
.PHONY: all options clean doc debug valgrind gdb dist doc install uninstall tests
.PHONY: all options clean doc debug valgrind gdb dist doc install uninstall test