mirror of
https://github.com/open-goal/jak-project
synced 2026-06-25 18:14:34 -04:00
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) |