add instruction comment for test_fuzz
This commit is contained in:
parent
9d101948ab
commit
7c0d24a648
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue