aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/Makefile b/src/Makefile
index df59f24..c3e4931 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -3,14 +3,9 @@ include ../Makefile.config
kernel.SRCS := multiboot2.c mmap.c kernel.cpp mem/vmm.c
kernel.OBJS := include conf.h
-include ../rules.mk
-
-.PHONY: test valgrind
-test: tst/test_taskqueue tst/test_roundrobin
- $(foreach f,$^,./$f;)
+TESTS += tst/test_taskqueue tst/test_roundrobin
-valgrind: tst/test_taskqueue tst/test_roundrobin
- $(foreach f,$^,valgrind --leak-check=full ./$f;)
+include ../rules.mk
conf.h: conf.h.in
@echo ' GEN $@'