[functional-tests] add show-tests.scm script which lists the tests.
This commit is contained in:
parent
66647ae549
commit
8fc8331404
7
functional-tests/show-tests.scm
Normal file
7
functional-tests/show-tests.scm
Normal file
@ -0,0 +1,7 @@
|
||||
(import (functional-tests)
|
||||
(thin-functional-tests)
|
||||
(fmt fmt))
|
||||
|
||||
(register-thin-tests)
|
||||
(describe-scenarios (list-scenarios))
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user