trill-lang / trill

A type safe, compiled language inspired by (and written in) Swift
MIT License
275 stars 15 forks source link

Switch to using `lite` for test running #66

Closed harlanhaskins closed 6 years ago

harlanhaskins commented 6 years ago

This patch removes the run-examples script and adds instead a lite target that will run tests for us. The test that previously failed still fails, so I'll merge this when lite runs successfully even if CI fails.