<feed xmlns='http://www.w3.org/2005/Atom'>
<title>erlang.mk.git/plugins/ct.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>Add CT_LOGS_DIR</title>
<updated>2016-11-25T23:34:55+00:00</updated>
<author>
<name>nevar</name>
<email>YurinVV@ya.ru</email>
</author>
<published>2016-11-25T07:08:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=e519628eec711ff295096358652f60f42828e6b4'/>
<id>e519628eec711ff295096358652f60f42828e6b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use := instead of = for list of files</title>
<updated>2016-10-29T21:13:42+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2016-10-29T21:13:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=373122de2f3e3a6e937e527044ae3b62ba939c96'/>
<id>373122de2f3e3a6e937e527044ae3b62ba939c96</id>
<content type='text'>
This will make sure we don't look twice.

Also make a single call to find the common file formats
rather than many calls.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will make sure we don't look twice.

Also make a single call to find the common file formats
rather than many calls.
</pre>
</div>
</content>
</entry>
<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>Fix ct for multi-app repositories</title>
<updated>2016-02-08T18:45:43+00:00</updated>
<author>
<name>derwinlu</name>
<email>derwinlu+git@gmail.com</email>
</author>
<published>2016-02-08T12:50:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=8a69d434d90a1d971834ac4c81f060e9702b1252'/>
<id>8a69d434d90a1d971834ac4c81f060e9702b1252</id>
<content type='text'>
* Include $(APPS_DIR)/*/ebin in CT_RUN
* test-build before ct-apps
* Test that my_lib is accessible from my-app ct
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Include $(APPS_DIR)/*/ebin in CT_RUN
* test-build before ct-apps
* Test that my_lib is accessible from my-app ct
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow running apps/ ct test suites in parallel</title>
<updated>2016-01-22T14:37:17+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2016-01-22T14:37:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=e13e544c5022ef26cd956f1b99c42e1f5989b8e1'/>
<id>e13e544c5022ef26cd956f1b99c42e1f5989b8e1</id>
<content type='text'>
I'm mostly trying to fix tests when ran in parallel, although
this is also a nice optimization for those who use multi-app
repositories.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I'm mostly trying to fix tests when ran in parallel, although
this is also a nice optimization for those who use multi-app
repositories.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Common Test docs and tests</title>
<updated>2015-12-28T23:13:04+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-12-28T23:13:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=60e3b55fe07d087504a4e9f5c163d5cb75afbcfa'/>
<id>60e3b55fe07d087504a4e9f5c163d5cb75afbcfa</id>
<content type='text'>
Also fixes issues with multi application repositories,
and add support for running a specific group/case in a
given test suite.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fixes issues with multi application repositories,
and add support for running a specific group/case in a
given test suite.
</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>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>Update copyright year</title>
<updated>2015-01-12T16:01:54+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-01-12T16:01:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=11dd48fba8b4b3d9783be7727feed45729987738'/>
<id>11dd48fba8b4b3d9783be7727feed45729987738</id>
<content type='text'>
Also added a copyright line in the eunit plugin due to the
extensive work I have done there a few days ago.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also added a copyright line in the eunit plugin due to the
extensive work I have done there a few days ago.
</pre>
</div>
</content>
</entry>
</feed>
