From cd46cefdd74b9ad0b225706f4d4b5864e87d97d6 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 24 Apr 2021 22:44:13 +0200 Subject: Started syscall fuzzer --- apps/test/test.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/test/test.c') diff --git a/apps/test/test.c b/apps/test/test.c index ac1bb2c..2101412 100644 --- a/apps/test/test.c +++ b/apps/test/test.c @@ -1,5 +1,7 @@ // MIT License, Copyright (c) 2020 Marvin Borner +#include "test.h" + #include #include #include @@ -93,6 +95,8 @@ int main(void) test_conv(); test_mem(); + /* fuzz(); */ + if (failed) log("%d tests failed\n", failed); else -- cgit v1.2.3