summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Ganz <neither@nut.email>2016-09-17 20:48:10 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-09-19 10:07:18 +0200
commitf9b4818607082c86c6585ff544a2613249634fd7 (patch)
tree289e8a6d80f79854dce723e6b78b6c39529b9160
parent57114e159fc9d42126c30efbdb561ea0564074eb (diff)
Add a convenience target for binary tests
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 46dfbaf5..a049d285 100644
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,8 @@ release: $(RELEASE_TARGETS) imag-bin-release
bin: $(BIN_TARGETS) imag-bin
@$(ECHO) "\t[ALLBIN ]"
+bin-test: $(BIN_TARGET_TESTS)
+
lib: $(LIB_TARGETS)
@$(ECHO) "\t[ALLLIB ]"