<feed xmlns='http://www.w3.org/2005/Atom'>
<title>erlang.mk.git/plugins/eunit.mk, branch 2016.12.08</title>
<subtitle>A build tool for Erlang that just works.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/'/>
<entry>
<title>Update Copyright notices</title>
<updated>2016-10-21T12:38:41+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2016-10-21T12:38:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=f2be0f9f04b7f923ac325e2c21aa1edb25cf0a64'/>
<id>f2be0f9f04b7f923ac325e2c21aa1edb25cf0a64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>	Add fullpath to ebin/</title>
<updated>2016-04-04T22:05:55+00:00</updated>
<author>
<name>crownedgrouse</name>
<email>eric.pailleau@wanadoo.fr</email>
</author>
<published>2016-04-04T22:05:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=9ac33437613ee23d555df92ffb5b27dc72e8d641'/>
<id>9ac33437613ee23d555df92ffb5b27dc72e8d641</id>
<content type='text'>
	Allow eunit test to access to project's priv_dir.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Allow eunit test to access to project's priv_dir.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix eunit not running if there are no beams</title>
<updated>2016-01-15T23:58:53+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2016-01-15T23:58:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=68423aca4037e795036ad396a0ee1e5d3aa25852'/>
<id>68423aca4037e795036ad396a0ee1e5d3aa25852</id>
<content type='text'>
I'm not sure how to reproduce the issue some people experienced
(OS, make version maybe? who knows) but I got a report that this
fixes it. It's also definitely the "right" way to do this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I'm not sure how to reproduce the issue some people experienced
(OS, make version maybe? who knows) but I got a report that this
fixes it. It's also definitely the "right" way to do this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add EUNIT_ERL_OPTS variable</title>
<updated>2015-12-24T14:26:45+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-12-24T14:26:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=1624b70fe633229ce71e70dd3a7be5dcb8c47583'/>
<id>1624b70fe633229ce71e70dd3a7be5dcb8c47583</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add EUnit tests and documentation</title>
<updated>2015-12-24T13:15:35+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-12-24T13:15:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=769427de5f28751134ef9684398b1ad780113515'/>
<id>769427de5f28751134ef9684398b1ad780113515</id>
<content type='text'>
Also includes a fix for multi-application repositories.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also includes a fix for multi-application repositories.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add $(verbose) to avoid completely silencing commands</title>
<updated>2015-07-04T16:10:03+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-07-04T16:10:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=0eb54a71605a955df14c5df793ebe676c86259f9'/>
<id>0eb54a71605a955df14c5df793ebe676c86259f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce dependency on external programs</title>
<updated>2015-07-02T16:35:44+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-07-02T16:35:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=6a3bf18655384cbd534308104d82b1ae0f66c228'/>
<id>6a3bf18655384cbd534308104d82b1ae0f66c228</id>
<content type='text'>
This commit implements a core_find and core_ls function that
can be used to list files recursively or not.

A few other minute changes are included and a couple hacks
removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit implements a core_find and core_ls function that
can be used to list files recursively or not.

A few other minute changes are included and a couple hacks
removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'cover' of https://github.com/zuiderkwast/erlang.mk</title>
<updated>2015-05-09T13:32:49+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-05-09T13:32:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=7d28bd8d9eb449c360eb9582e282bd4756f76be9'/>
<id>7d28bd8d9eb449c360eb9582e282bd4756f76be9</id>
<content type='text'>
Rebased and moved ct.cover.spec into the test/ directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rebased and moved ct.cover.spec into the test/ directory.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make eunit non-verbose by default</title>
<updated>2015-03-12T16:26:46+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-03-12T16:26:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=49e767b0ce9fc8c6cc1fbab6f40e042f0a21a550'/>
<id>49e767b0ce9fc8c6cc1fbab6f40e042f0a21a550</id>
<content type='text'>
There is no value in a verbose mode for eunit by default because
eunit will print errors of failing tests regardless of what mode
is used. Verbose mode only seem to output what modules are tested
and what tests pass in those modules, in addition to errors.

Disabling verbose will make errors much easier to notice.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no value in a verbose mode for eunit by default because
eunit will print errors of failing tests regardless of what mode
is used. Verbose mode only seem to output what modules are tested
and what tests pass in those modules, in addition to errors.

Disabling verbose will make errors much easier to notice.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix an error message when there is no test/ folder</title>
<updated>2015-03-06T18:08:59+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-03-06T18:08:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=70e18a0ffcaa7ab347798418b950252dc525f612'/>
<id>70e18a0ffcaa7ab347798418b950252dc525f612</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
