diff options
| author | Arun Isaac | 2026-06-25 15:31:59 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-06-26 00:50:39 +0100 |
| commit | 1e126d7c7a4cb661b87a920f80e2818e3bb881e3 (patch) | |
| tree | ed13a44b74cfa51383a9f609213a044d8ea6b38a /test-data/external-cwl-workflow.scm | |
| parent | f218e5e444b9d4046a7e6adce487a14ab40248ac (diff) | |
| download | ccwl-1e126d7c7a4cb661b87a920f80e2818e3bb881e3.tar.gz ccwl-1e126d7c7a4cb661b87a920f80e2818e3bb881e3.tar.lz ccwl-1e126d7c7a4cb661b87a920f80e2818e3bb881e3.zip | |
tests: Reference external CWL workflow by relative path.
Diffstat (limited to 'test-data/external-cwl-workflow.scm')
| -rw-r--r-- | test-data/external-cwl-workflow.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test-data/external-cwl-workflow.scm b/test-data/external-cwl-workflow.scm new file mode 100644 index 0000000..74c91c1 --- /dev/null +++ b/test-data/external-cwl-workflow.scm @@ -0,0 +1,7 @@ +(define echo + (cwl-workflow "echo.cwl")) + +;; TODO: Remove this workflow and return echo directly once bug +;; a9352f5 is fixed. +(workflow ((message #:type string)) + (echo #:message "foo")) |
