From fcfb57c12ce4544017098092a66f8427584c1879 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sat, 9 Jul 2022 18:35:07 +0200 Subject: init/test: mostly clean up the existing tests --- src/init/shell.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/init/shell.c') diff --git a/src/init/shell.c b/src/init/shell.c index edcd480..17cfffc 100644 --- a/src/init/shell.c +++ b/src/init/shell.c @@ -161,6 +161,8 @@ void shell_loop(void) { else level++; } else if (!strcmp(cmd, "run_tests")) { test_all(); + } else if (!strcmp(cmd, "stress")) { + stress_all(); } else { printf("unknown command :(\n"); } -- cgit v1.2.3