summaryrefslogtreecommitdiff
path: root/hello/hello-test.scm
diff options
context:
space:
mode:
Diffstat (limited to 'hello/hello-test.scm')
-rw-r--r--hello/hello-test.scm20
1 files changed, 0 insertions, 20 deletions
diff --git a/hello/hello-test.scm b/hello/hello-test.scm
deleted file mode 100644
index 1865112..0000000
--- a/hello/hello-test.scm
+++ /dev/null
@@ -1,20 +0,0 @@
-(use-modules (srfi srfi-64)
- (hello))
-
-(test-begin "harness")
-
-
-(test-equal "test-hello"
- "hello world\n"
- (hi))
-
-(test-equal "test-hello-bd"
- "hello bd\n"
- (hi "bd"))
-
-(test-equal "test-hello-db"
- "hello db\n"
- (hi "db"))
-
-
-(test-end "harness")