add note
This commit is contained in:
parent
29c39cc4ba
commit
17d40e628a
|
@ -1,7 +1,7 @@
|
|||
mode = ScriptMode.Verbose
|
||||
|
||||
version = "0.1.9"
|
||||
author = "Dr. Chaos Team"
|
||||
author = "drchaos Team"
|
||||
description = "A powerful and easy-to-use fuzzing framework in Nim for C/C++/Obj-C targets"
|
||||
license = "Apache License 2.0"
|
||||
srcDir = "."
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# This example produces valid graphs, not garbage, without using graph library functions.
|
||||
when defined(runFuzzTests):
|
||||
const
|
||||
MaxNodes = 8 # User defined, statically limits number of nodes.
|
||||
|
|
Loading…
Reference in New Issue