add instruction comment for test_fuzz

This commit is contained in:
jangko 2020-05-20 11:49:33 +07:00
parent 9d101948ab
commit 7c0d24a648
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
2 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,10 @@ import
testutils/fuzzing, eth/trie/db,
./tree_from_witness, ./witness_types
# please read instruction in status-im/nim-testutils/fuzzing/readme.md
# or status-im/nim-testutils/fuzzing/fuzzing_on_windows.md
# if you want to run fuzz test
test:
var db = newMemoryDB()
try:

View File

@ -97,7 +97,7 @@ cliBuilder:
./test_generalstate_json,
./test_tracer_json,
./test_persistblock_json,
./test_rpc, # it crash if we combine it here
#./test_rpc, # it crash if we combine it here
./test_op_arith,
./test_op_bit,
./test_op_env,
@ -111,4 +111,3 @@ cliBuilder:
../stateless/test_witness_keys,
../stateless/test_block_witness,
../stateless/test_witness_json