summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJulian Ganz <neither@nut.email>2016-09-17 20:48:38 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-09-19 10:07:18 +0200
commit0ff53a69251dba2bd9ad3cbfab26d9c4b24083d7 (patch)
tree2cc652856c92bb9404392426708389e2b89a50e8 /Makefile
parentf9b4818607082c86c6585ff544a2613249634fd7 (diff)
Add general testing target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a049d285..17ed07a2 100644
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,8 @@ lib: $(LIB_TARGETS)
lib-test: $(LIB_TARGETS_TEST)
+test: bin-test lib-test
+
install: $(INSTALL_TARGETS)
@$(ECHO) "\t[INSTALL]"