From f139fff6ae7063c1965fa3085bb2585d7d838d72 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 30 Oct 2024 13:34:18 +0200 Subject: rpc actually marks and unmarks stack regions + Processes won't be able to read previous stack frames etc --- tests/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 0a662f7..105b9bb 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -6,8 +6,12 @@ check: SOURCES != echo */source.mk DO != echo -n > tests.mk + +TESTS := include $(SOURCES) +DO != ./scripts/gen-tests $(TESTS) + RM ?= rm .PHONY: clean -- cgit v1.3