From f81cad34c0e29384a393bf3aa25dbce3d5962c53 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 26 Aug 2024 19:54:31 +0300 Subject: check for running out of memory during fork --- tests/fork-exhaustion/source.mk | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/fork-exhaustion/source.mk (limited to 'tests/fork-exhaustion/source.mk') diff --git a/tests/fork-exhaustion/source.mk b/tests/fork-exhaustion/source.mk new file mode 100644 index 0000000..458973d --- /dev/null +++ b/tests/fork-exhaustion/source.mk @@ -0,0 +1,2 @@ +DO != ./scripts/gen-prog -n fork-exhaustion -p init init.c +DO != ./scripts/gen-simple -n fork-exhaustion -p init -- cgit v1.3