githwxi / ATS-Xanadu

Bootstrapping ATS3
GNU General Public License v3.0
196 stars 14 forks source link

Tests for [cblist]. #4

Closed ashalkhakov closed 6 years ago

ashalkhakov commented 6 years ago

This currently just adds some testing with automated assertions (so you don't have to verify post-conditions yourself, just run the test suite: it will stop on the first failure).

What I'm going to do now (please don't merge just yet!), is set up some kind of build/test environment.

This PR addresses #4.

ashalkhakov commented 6 years ago

Hi @githwxi ! You can see the results!

It's working now, but I think it needs more tests, and probably somebody could also extend this to also work on OSX.

githwxi commented 6 years ago

Thanks! Should I merge now?

ashalkhakov commented 6 years ago

Sure, I think it's OK.

I'll work on the tests next week.

githwxi commented 6 years ago

Merged. I tidied up a bit. Also, moved travis-ci into your contrib directory.