This commit is contained in:
Antonis Geralis 2022-09-14 14:41:14 +03:00
parent 29c39cc4ba
commit 17d40e628a
2 changed files with 2 additions and 1 deletions

View File

@ -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 = "."

View File

@ -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.