diff options
| author | Arun Isaac | 2025-08-28 17:09:22 +0100 |
|---|---|---|
| committer | Arun Isaac | 2025-08-28 17:09:22 +0100 |
| commit | 8b4d0320cbc2f07c9040aee7b6e7e4fb1fe08a91 (patch) | |
| tree | 181d91aaa271e1783f533c810927e2f40ded87db | |
| parent | 60aff8702e506c967c11012fed2603c739b12200 (diff) | |
| download | ravanan-8b4d0320cbc2f07c9040aee7b6e7e4fb1fe08a91.tar.gz ravanan-8b4d0320cbc2f07c9040aee7b6e7e4fb1fe08a91.tar.lz ravanan-8b4d0320cbc2f07c9040aee7b6e7e4fb1fe08a91.zip | |
HACKING: Document how to run the CWL v1.2 conformance test suite.
| -rw-r--r-- | HACKING.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/HACKING.md b/HACKING.md index 85cb4d4..2261322 100644 --- a/HACKING.md +++ b/HACKING.md @@ -16,3 +16,15 @@ Then, build and run the tests. ``` $(guix build -L ../.guix -f ../.guix/e2e-tests.scm) ``` + +# Run the CWL v1.2 conformance test suite + +The CWL v1.2 conformance test suite is run similar to the end-to-end tests. Create and change into a new empty directory. +``` +mkdir rundir +cd rundir +``` +Then, build and run the tests. +``` +$(guix build -L ../.guix -f ../.guix/cwl-conformance.scm) +``` |
