<feed xmlns='http://www.w3.org/2005/Atom'>
<title>erlang.mk.git/core/test.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 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>Generate `$(PROJECT).d` before calling `make app-build`</title>
<updated>2015-09-03T12:41:22+00:00</updated>
<author>
<name>Jean-Sébastien Pédron</name>
<email>jean-sebastien@rabbitmq.com</email>
</author>
<published>2015-09-03T12:25:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=79de1365398a3b38d7b56f61f181af04b5973496'/>
<id>79de1365398a3b38d7b56f61f181af04b5973496</id>
<content type='text'>
This ensures all generated dependencies are prepared and the .d file is
ready before the actual build is started.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This ensures all generated dependencies are prepared and the .d file is
ready before the actual build is started.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use warning_as_errors for erlang.mk-style deps</title>
<updated>2015-07-21T15:16:32+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-07-21T15:16:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=26ea355c28f674b168259aadc6847d46fafb313a'/>
<id>26ea355c28f674b168259aadc6847d46fafb313a</id>
<content type='text'>
Fix a bug where deps that use erlang.mk didn't have the -Werror
option suppressed automatically.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix a bug where deps that use erlang.mk didn't have the -Werror
option suppressed automatically.
</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>Skip any handling of dependencies if SKIP_DEPS is defined</title>
<updated>2015-05-09T13:55:23+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-05-09T13:55:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=f458e45abf7e114a55272bd494d6a5c13f7c85bc'/>
<id>f458e45abf7e114a55272bd494d6a5c13f7c85bc</id>
<content type='text'>
This includes fetching and compilation. Example usage:

  SKIP_DEPS=1 make tests

Should improve people's life when there are no Internets.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This includes fetching and compilation. Example usage:

  SKIP_DEPS=1 make tests

Should improve people's life when there are no Internets.
</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>Fully specify the ct paths</title>
<updated>2015-05-08T19:36:45+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-05-08T19:36:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=ae91cfe710341b74403c55962eaa063d60ef2a25'/>
<id>ae91cfe710341b74403c55962eaa063d60ef2a25</id>
<content type='text'>
Avoids some annoying warnings when Common Test runs.

I believe this is a regression.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoids some annoying warnings when Common Test runs.

I believe this is a regression.
</pre>
</div>
</content>
</entry>
<entry>
<title>Combined coverage report for eunit and ct</title>
<updated>2015-01-24T17:16:00+00:00</updated>
<author>
<name>Viktor Söderqvist</name>
<email>viktor@zuiderkwast.se</email>
</author>
<published>2015-01-24T17:16:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=dcb821ca1adaec189cdc99509a47fb59bc4e8d5a'/>
<id>dcb821ca1adaec189cdc99509a47fb59bc4e8d5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
