From 8b4d0320cbc2f07c9040aee7b6e7e4fb1fe08a91 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 28 Aug 2025 17:09:22 +0100 Subject: HACKING: Document how to run the CWL v1.2 conformance test suite. --- HACKING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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) +``` -- cgit 1.4.1