aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 780c5d4..a0d7c21 100644
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,8 @@ help:
@echo " docs - Build html documentation"
@echo " serve-docs - Start html server with documentation on localhost:8000"
@echo " clean-docs - Removes generated documentation"
+ @echo " tests - Executes all tests"
+ @echo " help-test - Prints help for all implemented tests"
@echo "Some enviroment variables to be defined:"
@echo " Q - Define emty to show executed commands"
@@ -80,6 +82,9 @@ distclean:: clean clean-docs
@echo " CLEAN configuration"
$(Q)$(RM) $(O)/.config
+# Include test targets
+include tests/tests.mk
+
## Building targets ##
ifeq (,$(filter clean distclean help docs serve-docs clean-docs \
,$(MAKECMDGOALS))) # Ignore build targets if goal is not building