Add general testing target

This commit is contained in:
Julian Ganz 2016-09-17 20:48:38 +02:00 committed by Matthias Beyer
parent f9b4818607
commit 0ff53a6925

View file

@ -57,6 +57,8 @@ lib: $(LIB_TARGETS)
lib-test: $(LIB_TARGETS_TEST)
test: bin-test lib-test
install: $(INSTALL_TARGETS)
@$(ECHO) "\t[INSTALL]"