You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .appveyor.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ after_build:
51
51
test_script:
52
52
- cmd: src\test_bitcoin.exe -l test_suite
53
53
- cmd: src\bench_bitcoin.exe > NUL
54
-
- ps: python test\util\bitcoin-util-test.py
54
+
- ps: python test\util\test_runner.py
55
55
- cmd: python test\util\rpcauth-test.py
56
56
# Fee estimation test failing on appveyor with: WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted.
There is also a runner script to execute all fuzz targets. Refer to
20
+
`./test/fuzz/test_runner.py --help` for more details.
21
+
19
22
## Fuzzing harnesses and output
20
23
21
24
[`process_message`](https://github.com/bitcoin/bitcoin/blob/master/src/test/fuzz/process_message.cpp) is a fuzzing harness for the [`ProcessMessage(...)` function (`net_processing`)](https://github.com/bitcoin/bitcoin/blob/master/src/net_processing.cpp). The available fuzzing harnesses are found in [`src/test/fuzz/`](https://github.com/bitcoin/bitcoin/tree/master/src/test/fuzz).
0 commit comments