From a0a7010bb544141349f7d1f4ab708c4931a366eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 13 Jan 2021 21:44:09 +0100 Subject: Add commentary to run-tests. --- tests/run-tests.scm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/run-tests.scm') diff --git a/tests/run-tests.scm b/tests/run-tests.scm index 670a1784..4060a170 100755 --- a/tests/run-tests.scm +++ b/tests/run-tests.scm @@ -2,6 +2,13 @@ -s !# +;;; Commentary: +;; Not a test, but a script that runs tests. +;; Assumes that all other .scm files in this directory are test files, +;; and should thereby follow the test-file syntax. +;; TODO document the testfile syntax. +;;; Code: + (eval-when (compile load) (define here (dirname (current-filename)))) -- cgit v1.2.3