[functional-tests] add show-tests.scm script which lists the tests.

This commit is contained in:
Joe Thornber 2017-08-17 11:30:28 +01:00
parent 66647ae549
commit 8fc8331404
2 changed files with 8 additions and 2 deletions

View File

@ -0,0 +1,7 @@
(import (functional-tests)
(thin-functional-tests)
(fmt fmt))
(register-thin-tests)
(describe-scenarios (list-scenarios))

View File

@ -75,8 +75,7 @@
;; We have to export something that forces all the initialisation expressions
;; to run.
(define (register-thin-tests)
(fmt #t "registered tests"))
(define (register-thin-tests) #t)
;;;-----------------------------------------------------------
;;; thin_check scenarios