Files
jak-project/goal_src/test/test-tests.gc
T
water111 2d11e44eaf Compiler Cleanup and Documentation (#54)
* start cleanup

* fix typos

* fix syntax highlighting in doc

* lots of documentation updates

* clean and add tests

* more documentation and more error messages

* more document and try building kernel differently
2020-09-24 17:19:23 -04:00

8 lines
105 B
Common Lisp

(start-test "test-of-test")
(expect-eq 1 2)
(expect-eq 1 3 :name "test")
(expect-eq 5 5)
(finish-test)