Skip to content

Commit

Permalink
Merge branch 'leo/102-cmdline_doc' into 'master'
Browse files Browse the repository at this point in the history
Add Tagada related switches to the command line help message

See merge request eng/ide/libadalang-tools!143
  • Loading branch information
leocreuse committed Sep 22, 2023
2 parents 8b30d8f + 5f7a05a commit afce20d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test-actions.adb
Original file line number Diff line number Diff line change
Expand Up @@ -1164,6 +1164,10 @@ package body Test.Actions is
Put (" --test-duration - Show timing for each test\n");
Put (" --test-filtering - Add test filtering option to generated driver\n");
Put (" --no-test-filtering - Suppress test filtering in generated driver\n");
Put (" --gen-test-vectors - Generate test inputs for supported subprograms (experimental)\n");
Put (" --gen-test-num=n - Specify the number of test inputs to be generated (experimental, defaults to 5)\n");
Put (" --serialized-test-dir=dir - Specify in which directory test inputs should be generated (experimental)\n");
Put (" --dump-test-inputs - Dump input values of the subprogram under test as blobs during harness execution (experimental)\n");
Put ("\n");

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

0 comments on commit afce20d

Please sign in to comment.