mirror of
https://github.com/open-goal/jak-project
synced 2026-06-22 00:56:36 -04:00
2d11e44eaf
* 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
8 lines
105 B
Common Lisp
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) |