Finish source listing module.

This commit is contained in:
Dominik Pantůček 2023-03-13 19:45:32 +01:00
parent b026949266
commit 8d4eb05e4c
2 changed files with 72 additions and 17 deletions

View file

@ -1,6 +1,8 @@
;;
;; testing.scm
;;
;; Infrastructure for sipmle unit tests.
;;
;; ISC License
;;
;; Copyright 2023 Brmlab, z.s.
@ -20,6 +22,7 @@
;; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
;; CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
;;
(module
testing
(test-eq? test-equal? test-exn test-true test-false run-tests)