diff options
author | Arun Isaac | 2025-08-24 14:24:31 +0100 |
---|---|---|
committer | Arun Isaac | 2025-08-24 14:24:31 +0100 |
commit | 454a553d11eea5d2d4c7a533e2171fb19215a6ed (patch) | |
tree | da3a536984cba2a85a77dfffd4457bb6f451a9e8 /.guix | |
parent | 14845d344ef346029fc58b7c66be6bc43b70a661 (diff) | |
download | ravanan-454a553d11eea5d2d4c7a533e2171fb19215a6ed.tar.gz ravanan-454a553d11eea5d2d4c7a533e2171fb19215a6ed.tar.lz ravanan-454a553d11eea5d2d4c7a533e2171fb19215a6ed.zip |
guix: Add e2e-tests.
Diffstat (limited to '.guix')
-rw-r--r-- | .guix/cwl-conformance.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.guix/cwl-conformance.scm b/.guix/cwl-conformance.scm index 465bf77..12204d0 100644 --- a/.guix/cwl-conformance.scm +++ b/.guix/cwl-conformance.scm @@ -66,6 +66,10 @@ "env_home_tmpdir_docker" "env_home_tmpdir_docker_no_return_code")))) +(define-public e2e-tests + (program-file "ravanan-e2e-tests" + (cwltest-suite-gexp (local-file "../e2e-tests/manifest.scm")))) + (define generate-badges-gexp (with-imported-modules '((guix build utils)) #~(begin |