aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)Author
2016-04-27Makefile: Add some new targetsTeddy Wing
To save me some time from having to write commands. Started with a `reinstall` target to make it easier to put a new build on my PATH. Then added a `test-all` target so I wouldn't have to use two commands to run both test suites. Needed to create a `test` task also in order to run the unit tests before the integration test. Ensure that we `cargo build` before running integration tests. Otherwise we might be testing against an old build.
2016-04-22Add MakefileTeddy Wing
Give us a task to run integration tests. This provides us with an explicit definition of how these should be run, rather than me just knowing that you have to run `prove` in order to execute them.