From 14845d344ef346029fc58b7c66be6bc43b70a661 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 24 Aug 2025 12:33:55 +0100 Subject: Add end-to-end tests. End-to-end tests allow us to test the whole of ravanan. This is a useful sanity check to ensure that basic workflows remain working. --- e2e-tests/tools/hello-world.scm | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 e2e-tests/tools/hello-world.scm (limited to 'e2e-tests/tools/hello-world.scm') diff --git a/e2e-tests/tools/hello-world.scm b/e2e-tests/tools/hello-world.scm new file mode 100644 index 0000000..a037a36 --- /dev/null +++ b/e2e-tests/tools/hello-world.scm @@ -0,0 +1,3 @@ +(command #:inputs (message #:type string) + #:run "echo" message + #:outputs (output_message #:type stdout)) -- cgit 1.4.1