diff options
Diffstat (limited to 'e2e-tests/tests.yaml')
| -rw-r--r-- | e2e-tests/tests.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/e2e-tests/tests.yaml b/e2e-tests/tests.yaml index d14b93a..70f90f1 100644 --- a/e2e-tests/tests.yaml +++ b/e2e-tests/tests.yaml @@ -241,3 +241,21 @@ class: File size: 13 checksum: sha1$47a013e660d408619d894b20806b1d5086aab03b +- id: command-line-tool-with-array-input + doc: CommandLineTool with array input + tool: tools/command-line-tool-with-array-input.cwl + job: jobs/command-line-tool-with-array-input.yaml + output: + output_message: + class: File + size: 8 + checksum: sha1$d53a205a336e07cf9eac45471b3870f9489288ec +- id: unseparated-prefix-arguments + doc: Prefix arguments with separate as false + tool: tools/unseparated-prefix-arguments.cwl + job: jobs/unseparated-prefix-arguments.yaml + output: + output_message: + class: File + size: 12 + checksum: sha1$598114d347c67f3f6142f60a4b5afcb3482f27a8 |
