about summary refs log tree commit diff
path: root/.guix/e2e-tests.scm
diff options
context:
space:
mode:
Diffstat (limited to '.guix/e2e-tests.scm')
-rw-r--r--.guix/e2e-tests.scm25
1 files changed, 24 insertions, 1 deletions
diff --git a/.guix/e2e-tests.scm b/.guix/e2e-tests.scm
index 58ba480..eaa249c 100644
--- a/.guix/e2e-tests.scm
+++ b/.guix/e2e-tests.scm
@@ -50,7 +50,30 @@
              <>))))
 
 (define e2e-tools-ccwl-sources
-  `(("hello-world.scm" . ,(local-file "../e2e-tests/tools/hello-world.scm"))))
+  `(("capture-output-file.scm"
+     . ,(local-file "../e2e-tests/tools/capture-output-file.scm"))
+    ("capture-output-file-with-parameter-reference.scm"
+     . ,(local-file "../e2e-tests/tools/capture-output-file-with-parameter-reference.scm"))
+    ("capture-stdout"
+     . ,(local-file "../e2e-tests/tools/capture-stdout.scm"))
+    ("checksum"
+     . ,(local-file "../e2e-tests/tools/checksum.scm"))
+    ("decompress-compile-run"
+     . ,(local-file "../e2e-tests/tools/decompress-compile-run.scm"))
+    ("inline-javascript-requirement"
+     . ,(local-file "../e2e-tests/tools/inline-javascript-requirement.scm"))
+    ("hello-world.scm"
+     . ,(local-file "../e2e-tests/tools/hello-world.scm"))
+    ("pass-stdin"
+     . ,(local-file "../e2e-tests/tools/pass-stdin.scm"))
+    ("prefix-arguments"
+     . ,(local-file "../e2e-tests/tools/prefix-arguments.scm"))
+    ("scatter"
+     . ,(local-file "../e2e-tests/tools/scatter.scm"))
+    ("spell-check"
+     . ,(local-file "../e2e-tests/tools/spell-check.scm"))
+    ("staging-input-files"
+     . ,(local-file "../e2e-tests/tools/staging-input-files.scm"))))
 
 (define e2e-tools
   (file-union "e2e-tools"