diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2021-10-18 17:20:32 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2021-10-20 16:18:51 +0200 |
| commit | f111d03be02771a52d5610a70bca229e552c7753 (patch) | |
| tree | 3279217bbb17d4675291463467cd6eb58da28dcc /tools | |
| parent | 781d9e3a15e989583296656d961b2330135129a5 (diff) | |
docs: describe syz-testbed
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/syz-testbed/testbed.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/syz-testbed/testbed.go b/tools/syz-testbed/testbed.go index 844a858c8..bad77c294 100644 --- a/tools/syz-testbed/testbed.go +++ b/tools/syz-testbed/testbed.go @@ -4,6 +4,7 @@ // syz-testbed automatically checks out, builds and sets up a number of syzkaller instances. // This might be very helpful e.g. when gauging the effect of new changes on the total syzkaller // performance. +// For details see docs/syz_testbed.md. package main |
