diff options
| author | Teddy Wing | 2016-04-22 22:20:46 -0400 |
|---|---|---|
| committer | Teddy Wing | 2016-04-22 22:20:46 -0400 |
| commit | c4302101fd44747e33e0d3b311e659f9467e3e18 (patch) | |
| tree | 739f3c4d0fa881ea0a243992d249c9c43d0b7ae5 /Makefile | |
| parent | 9b967f55333c82d333d88bfda41dd576b9ff5b46 (diff) | |
| download | mutt-alias-auto-add-c4302101fd44747e33e0d3b311e659f9467e3e18.tar.bz2 | |
Add Makefile
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.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3204ff4 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +test-integration: + prove -v |
