From 33fcbdeef12b2831cff2dc6eee7c5b48e34d0851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 17 Nov 2016 17:57:20 +0100 Subject: Add tests target and some fixes For now only cppcheck is implemented. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3