File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1164,6 +1164,10 @@ package body Test.Actions is
1164
1164
Put (" --test-duration - Show timing for each test\n" );
1165
1165
Put (" --test-filtering - Add test filtering option to generated driver\n" );
1166
1166
Put (" --no-test-filtering - Suppress test filtering in generated driver\n" );
1167
+ Put (" --gen-test-vectors - Generate test inputs for supported subprograms (experimental)\n" );
1168
+ Put (" --gen-test-num=n - Specify the number of test inputs to be generated (experimental, defaults to 5)\n" );
1169
+ Put (" --serialized-test-dir=dir - Specify in which directory test inputs should be generated (experimental)\n" );
1170
+ Put (" --dump-test-inputs - Dump input values of the subprogram under test as blobs during harness execution (experimental)\n" );
1167
1171
Put (" \n" );
1168
1172
1169
1173
Put (" Tests execution mode options:\n" );
You can’t perform that action at this time.
0 commit comments