From 5ba57bfe16056e7657e29ca6e5ef5b1446f8fce6 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 3 Aug 2018 18:47:42 +0200 Subject: pkg/runtest: add package for syzkaller program unit-testing Package runtest is a driver for end-to-end testing of syzkaller programs. It tests program execution via both executor and csource, with different sandboxes and execution modes (threaded, repeated, etc). It can run test OS programs locally via run_test.go and all other real OS programs via tools/syz-runtest which uses manager config to wind up VMs. Test programs are located in sys/*/test/* files. Update #603 --- sys/test/test/test | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sys/test/test/test (limited to 'sys') diff --git a/sys/test/test/test b/sys/test/test/test new file mode 100644 index 000000000..b4d667cd8 --- /dev/null +++ b/sys/test/test/test @@ -0,0 +1,3 @@ +syz_mmap() +syz_mmap() +syz_mmap() -- cgit mrf-deployment