etaoins / llambda

Scheme R7RS frontend for LLVM
Other
68 stars 6 forks source link

Add JUnit style asserts to Scheme tests #8

Closed etaoins closed 10 years ago

etaoins commented 10 years ago

Now that error/exit are supported it's possible to terminate execution early. It should be possible to write a simple JUnit-style test system with (assert-true), (assert-equal) etc inside test-util