From fb77fc13d86c620326eb1e8c15162182e9b7d105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 20 Apr 2019 21:59:03 +0200 Subject: Fix up tests. --- tests/run-tests.scm | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'tests/run-tests.scm') diff --git a/tests/run-tests.scm b/tests/run-tests.scm index e68f058b..529878c7 100755 --- a/tests/run-tests.scm +++ b/tests/run-tests.scm @@ -27,11 +27,7 @@ ;; Load tests (add-to-load-path here) -(for-each load-from-path files) -;; Final test, triggers output -(test-begin "metatest") -(test-assert #t) -(test-expect-fail 1) -(test-assert #f) -(test-end "metatest") +(test-begin "tests") +(for-each load-from-path files) +(test-end "tests") -- cgit v1.2.3