Add docs and check rules to build infrastructure.
[bertos.git] / rules.mk
index 05fa5e4cdec07e67bb7da787854b1c4507e2b611..9ffcfa7a59a88bba2a5f93d724665b8a040dfcea 100644 (file)
--- a/rules.mk
+++ b/rules.mk
@@ -61,6 +61,14 @@ endif
 docs:
        $Q $(DOXYGEN)
 
+# Generate ctags
+tags:
+       ctags -R --exclude=doc
+
+# Run testsuite
+check:
+       ./run_tests.sh
+
 define build_target
 
 ifneq ($$(strip $$($(1)_MCU)),)