tristanjuricek / knockoff

A Markdown parser + object model in scala
http://tristanjuricek.github.com/knockoff
BSD 3-Clause "New" or "Revised" License
102 stars 17 forks source link

Build system + test suite needs a makeover #4

Closed tristanjuricek closed 15 years ago

tristanjuricek commented 15 years ago

The usage of buildr is pretty, well, bad. I went with buildr and testng because I knew it and wanted to get something done.

Probably should try out simple build tool, and then convert the testing framework to ScalaTest (with specs!)

tristanjuricek commented 15 years ago

OK, I've converted to sbt, which is a much, much faster compile cycle.

I'm not sure if I want to revise the tests yet, and since I don't see a significant improvement (other than adding more tests), I'll consider this done.