aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
Commit message (Collapse)AuthorAgeFilesLines
* Fix #31, Unfinished ANF transformJason Zaugg2012-11-231-2/+2
| | | | | | | | Prepend {(); ... } before starting the ANF transform. Add tracing to the anf/inline transform. Also enables and addresses SIP-18 warnings.
* Disable parallel test execution.Jason Zaugg2012-11-211-0/+2
| | | | Due to a suspected bug in JUnit SBT integration.
* Typo corrected.Jason Zaugg2012-11-051-1/+1
|
* More verbosity for `sbt test`.Jason Zaugg2012-11-051-0/+2
| | | | So you know that something is happening...
* Expand build configuration.Jason Zaugg2012-11-051-5/+43
| | | | | | | - Enable continuations plugin - Fill in project metadata - Enable stricter compiler options - satisfy -Xlint with some empty parens.
* 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.