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 fd9cc74..fa37164 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,11 @@ test:
@grep -rn 'asm' devices lib src
@echo Running tests
@make -C lib test
+ @make -C src test
+
+valgrind:
+ @make -C lib valgrind
+ @make -C src valgrind
FORCE: