aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
Commit message (Collapse)AuthorAgeFilesLines
* Improve test infrastructureJason Zaugg2012-11-051-1/+12
| | | | | | - Convert tests to use JUnit - For the 'run' tests, just use plain-old-test-cases - Add a sample 'neg' test to use ToolBoxes to compile code snippets on the fly.
* A minimal SBT build.Jason Zaugg2012-11-051-0/+9
Doesn't execute tests yet.