about summary refs log tree commit diff
path: root/HACKING.md
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md12
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)
+```