Adding Google Flags-like command-line option parsing, though implemented in C, to the main executable. The code is ported from Granary2.
This commit is contained in:
@@ -118,7 +118,8 @@ class DeepState(object):
|
||||
help="Number of workers to spawn for testing and test generation.")
|
||||
|
||||
parser.add_argument(
|
||||
"--output_test_dir", type=str, required=False)
|
||||
"--output_test_dir", type=str, required=False,
|
||||
"Directory where tests will be saved.")
|
||||
|
||||
parser.add_argument(
|
||||
"binary", type=str, help="Path to the test binary to run.")
|
||||
|
||||
Reference in New Issue
Block a user