exercism / x86-64-assembly

Exercism exercises in x86-64 Assembly.
https://exercism.org/tracks/x86-64-assembly
MIT License
22 stars 18 forks source link

Set up continuous integration #4

Closed bergjohan closed 5 years ago

bergjohan commented 5 years ago

Hi @sshine,

I added a CI script to be able to run the exercise tests against the example solution. It's based on the run-tests script from the C track. You can test specific exercises by passing the names of the exercises as arguments or run it without arguments in which case all exercises will be tested.

Would appreciate some feedback if you have time :)

sshine commented 5 years ago

I'm setting up CI on the upcoming Tcl track these days, so I'll get back to you soon. :)