Finish source listing module.
This commit is contained in:
parent
b026949266
commit
8d4eb05e4c
2 changed files with 72 additions and 17 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue