aboutsummaryrefslogtreecommitdiff
path: root/tests/fork-exhaustion/source.mk
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-10-30 13:34:18 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2024-11-01 10:27:36 +0200
commitf139fff6ae7063c1965fa3085bb2585d7d838d72 (patch)
tree7ee9f7c6a1ee09dba93c086cd66861474b821c97 /tests/fork-exhaustion/source.mk
parentb576c1d477bf476f277d32ecf60c312e4a97490d (diff)
downloadkmi-f139fff6ae7063c1965fa3085bb2585d7d838d72.tar.gz
kmi-f139fff6ae7063c1965fa3085bb2585d7d838d72.zip
rpc actually marks and unmarks stack regions
+ Processes won't be able to read previous stack frames etc
Diffstat (limited to 'tests/fork-exhaustion/source.mk')
-rw-r--r--tests/fork-exhaustion/source.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/fork-exhaustion/source.mk b/tests/fork-exhaustion/source.mk
index 458973d..7dc7d36 100644
--- a/tests/fork-exhaustion/source.mk
+++ b/tests/fork-exhaustion/source.mk
@@ -1,2 +1 @@
-DO != ./scripts/gen-prog -n fork-exhaustion -p init init.c
-DO != ./scripts/gen-simple -n fork-exhaustion -p init
+TESTS += fork-exhaustion