From 2763e04c22143367e0b613ac612c537b6d94d2c9 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 25 Jul 2018 16:45:57 +0200 Subject: tools/syz-runtest: add tool for program unit testing The tool is run as: $ syz-runtest -config manager.config This runs all programs from sys/*/test/* in different modes on actual VMs and checks results. Fixes #603 --- sys/linux/test/pipe | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sys/linux/test/pipe (limited to 'sys/linux/test/pipe') diff --git a/sys/linux/test/pipe b/sys/linux/test/pipe new file mode 100644 index 000000000..47daff19d --- /dev/null +++ b/sys/linux/test/pipe @@ -0,0 +1,3 @@ +pipe(&(0x7f0000000000)={0x0, 0x0}) +close(r0) +close(r1) -- cgit mrf-deployment