Skip to content

Commit afce20d

Browse files
committed
Merge branch 'leo/102-cmdline_doc' into 'master'
Add Tagada related switches to the command line help message See merge request eng/ide/libadalang-tools!143
2 parents 8b30d8f + 5f7a05a commit afce20d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test-actions.adb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,6 +1164,10 @@ package body Test.Actions is
11641164
Put (" --test-duration - Show timing for each test\n");
11651165
Put (" --test-filtering - Add test filtering option to generated driver\n");
11661166
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");
11671171
Put ("\n");
11681172

11691173
Put ("Tests execution mode options:\n");

0 commit comments

Comments
 (0)