aboutsummaryrefslogtreecommitdiff
path: root/tests/run-tests.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-11 23:46:27 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-06-11 23:54:46 +0200
commit70b5cbc0bb46894e0fb4481897b4dd9b6ffcad38 (patch)
treec26f5719c555c8818e312fcaa8005adeadd1f7e3 /tests/run-tests.scm
parentUpdate today-button to not depend on initial content. (diff)
downloadcalp-70b5cbc0bb46894e0fb4481897b4dd9b6ffcad38.tar.gz
calp-70b5cbc0bb46894e0fb4481897b4dd9b6ffcad38.tar.xz
Add number of TODO's.
Diffstat (limited to 'tests/run-tests.scm')
-rwxr-xr-xtests/run-tests.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-tests.scm b/tests/run-tests.scm
index 692bf00a..008090d0 100755
--- a/tests/run-tests.scm
+++ b/tests/run-tests.scm
@@ -51,6 +51,8 @@ fi
(define (yellow s) (escaped 33 s))
(define (bold s) (escaped 1 s))
+;;; TODO handle nested grups in a better fassion
+
(define (construct-test-runner)
(define runner (test-runner-null))
;; end of individual test case