Vasil Dimov 6f7c7567c5
fuzz: parse the command line arguments in fuzz tests
Retrieve the command line arguments from the fuzzer and save them for
later retrieval by `BasicTestingSetup` so that we gain extra flexibility
of passing any config options on the test command line, e.g.:

```
FUZZ=addrman ./src/test/fuzz/fuzz --checkaddrman=5
```

A fuzz test should call `MakeNoLogFileContext<>()` in its initialize
function in order to invoke the constructor of `BasicTestingSetup`,
which sets `gArgs`.
2022-01-11 11:53:34 +01:00
..
2021-12-30 19:36:57 +02:00
2021-12-30 19:36:57 +02:00
2021-09-22 10:39:08 +02:00
2021-12-30 19:36:57 +02:00
2021-12-08 14:20:16 +01:00