<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mutt-alias-auto-add/Makefile, branch master</title>
<subtitle>A display filter for Mutt to automatically add aliases for emails that you read</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/mutt-alias-auto-add/'/>
<entry>
<title>Makefile: Add task to compress/package a release build</title>
<updated>2016-04-27T21:28:54+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-04-27T21:28:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/mutt-alias-auto-add/commit/?id=e8f9b8b1a53a3fb7457933cbc1fbd0f9a37d0ae3'/>
<id>e8f9b8b1a53a3fb7457933cbc1fbd0f9a37d0ae3</id>
<content type='text'>
Provide a convenient way of creating a binary package that can be
uploaded to the GitHub releases page.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide a convenient way of creating a binary package that can be
uploaded to the GitHub releases page.
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Add some new targets</title>
<updated>2016-04-27T20:06:56+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-04-27T20:06:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/mutt-alias-auto-add/commit/?id=e9447a3c6ce3f2c3b057ae71a1949d6663bc1fe7'/>
<id>e9447a3c6ce3f2c3b057ae71a1949d6663bc1fe7</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Makefile</title>
<updated>2016-04-23T02:20:46+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-04-23T02:20:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/mutt-alias-auto-add/commit/?id=c4302101fd44747e33e0d3b311e659f9467e3e18'/>
<id>c4302101fd44747e33e0d3b311e659f9467e3e18</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
</feed>
