Skip to content

Commit

Permalink
Basic sample unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
codecop committed Apr 18, 2021
1 parent 72980c1 commit 65d0a8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sample/sample-unit-test.scm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(include "../assert-r5rs.scm")

(test-case "1 + 1 = 2"
(assert= 2 (+ 1 1)))

0 comments on commit 65d0a8b

Please sign in to comment.