diff options
| author | Arun Isaac | 2026-07-01 14:51:43 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-07-01 23:14:41 +0100 |
| commit | 17f98d56973506fad6e7a75c4458464658b4e03e (patch) | |
| tree | c78a5fe7bf176513872accba0fa09ff16686b986 /tests/ccwl.scm | |
| parent | 1578e7df972b61e8ece643dc9109492436e711f8 (diff) | |
| download | ccwl-17f98d56973506fad6e7a75c4458464658b4e03e.tar.gz ccwl-17f98d56973506fad6e7a75c4458464658b4e03e.tar.lz ccwl-17f98d56973506fad6e7a75c4458464658b4e03e.zip | |
tests: Simplify external CWL workflow relative path test.
Diffstat (limited to 'tests/ccwl.scm')
| -rw-r--r-- | tests/ccwl.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ccwl.scm b/tests/ccwl.scm index 38a8302..b2da5cd 100644 --- a/tests/ccwl.scm +++ b/tests/ccwl.scm @@ -63,6 +63,9 @@ #:stdin file)) 'inputs)) +(test-assert "resolve CWL workflow relative to source file" + (cwl-workflow "echo.cwl")) + (test-equal "read all forms of inputs and outputs from a CWL workflow" '(((spam string)) ((ham stdout) |
