aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-01-13 21:44:09 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-01-13 22:49:05 +0100
commita0a7010bb544141349f7d1f4ab708c4931a366eb (patch)
treed5547632c0931910681359088516f4d3122297eb
parentRemove x-flag from tests/termios.scm (diff)
downloadcalp-a0a7010bb544141349f7d1f4ab708c4931a366eb.tar.gz
calp-a0a7010bb544141349f7d1f4ab708c4931a366eb.tar.xz
Add commentary to run-tests.
-rwxr-xr-xtests/run-tests.scm7
1 files changed, 7 insertions, 0 deletions
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))))