Add a convenience target for binary tests

This commit is contained in:
Julian Ganz 2016-09-17 20:48:10 +02:00 committed by Matthias Beyer
parent 57114e159f
commit f9b4818607

View file

@ -50,6 +50,8 @@ release: $(RELEASE_TARGETS) imag-bin-release
bin: $(BIN_TARGETS) imag-bin bin: $(BIN_TARGETS) imag-bin
@$(ECHO) "\t[ALLBIN ]" @$(ECHO) "\t[ALLBIN ]"
bin-test: $(BIN_TARGET_TESTS)
lib: $(LIB_TARGETS) lib: $(LIB_TARGETS)
@$(ECHO) "\t[ALLLIB ]" @$(ECHO) "\t[ALLLIB ]"