<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/modules/mod-test/Makefile, branch scratch/build-test</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Update copyright year to 2017</title>
<updated>2017-01-01T03:42:26+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2017-01-01T03:14:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5badc81c1cdfbb261ad3e6d1b753defb15712f26'/>
<id>5badc81c1cdfbb261ad3e6d1b753defb15712f26</id>
<content type='text'>
Run admin/update-copyright.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run admin/update-copyright.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year to 2016</title>
<updated>2016-01-01T09:34:24+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2016-01-01T09:16:19+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0e963201d03d9229bb8ac4323291d2b0119526ed'/>
<id>0e963201d03d9229bb8ac4323291d2b0119526ed</id>
<content type='text'>
Run admin/update-copyright.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run admin/update-copyright.
</pre>
</div>
</content>
</entry>
<entry>
<title>; * modules/mod-test/Makefile: Fix typo.</title>
<updated>2015-11-29T01:31:17+00:00</updated>
<author>
<name>Ken Brown</name>
</author>
<published>2015-11-29T01:31:17+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0c517aa613cf1265dafd0d4cdc6edf9892803d2b'/>
<id>0c517aa613cf1265dafd0d4cdc6edf9892803d2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor improvements in module test</title>
<updated>2015-11-20T11:37:25+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2015-11-20T11:37:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c0c309e4cd618ef660b04a13e5fc68c1a43031a6'/>
<id>c0c309e4cd618ef660b04a13e5fc68c1a43031a6</id>
<content type='text'>
* modules/mod-test/mod-test.c: Include stdlib.h, to avoid warnings
about missing prototype of malloc.
* modules/mod-test/Makefile (CFLAGS): Add -std=gnu99, to avoid
compiler warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* modules/mod-test/mod-test.c: Include stdlib.h, to avoid warnings
about missing prototype of malloc.
* modules/mod-test/Makefile (CFLAGS): Add -std=gnu99, to avoid
compiler warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor improvements in modules testing Makefile</title>
<updated>2015-11-19T17:49:29+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2015-11-19T17:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7cd728c813f2c472a2f6a0cb0c3fb3ee46c9d8ad'/>
<id>7cd728c813f2c472a2f6a0cb0c3fb3ee46c9d8ad</id>
<content type='text'>
* modules/mod-test/Makefile (EMACS, SO): New variables.
(CFLAGS): When SO = dll, don't use -fPIC.
(check): New target, runs the test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* modules/mod-test/Makefile (EMACS, SO): New variables.
(CFLAGS): When SO = dll, don't use -fPIC.
(check): New target, runs the test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add copyright notices to module code</title>
<updated>2015-11-19T16:14:51+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-11-19T16:14:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c8404f48a33ad39bca57e1442e23fc02573aed20'/>
<id>c8404f48a33ad39bca57e1442e23fc02573aed20</id>
<content type='text'>
Put them in the usual format for GNU Emacs copyright notices.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Put them in the usual format for GNU Emacs copyright notices.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add dynamic module test and helper script</title>
<updated>2015-11-18T19:24:35+00:00</updated>
<author>
<name>Aurélien Aptel</name>
</author>
<published>2015-11-16T00:00:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=955e25dbcd0519d115f58b275923a71c04579e83'/>
<id>955e25dbcd0519d115f58b275923a71c04579e83</id>
<content type='text'>
Add 'modhelp.py' script (python2) to automate module testing and
module generation.

To build and test all modules in the modules/ dir
  $ ./modhelp.py test

To generate a module from template code (good starting point)
  $ ./modhelp init mynewtestmodule

See the script -h option for more documentation.

* modules/modhelp.py: New module helper script.
* modules/mod-test/Makefile: New file. Makefile for the test module.
* modules/mod-test/mod-test.c: New file. Test module source file.
* modules/mod-test/test.el: New file. ert test suite for the test module.
* modules/.gitignore: New file. Local .gitignore file.

Co-authored-by: Philipp Stephani &lt;phst@google.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add 'modhelp.py' script (python2) to automate module testing and
module generation.

To build and test all modules in the modules/ dir
  $ ./modhelp.py test

To generate a module from template code (good starting point)
  $ ./modhelp init mynewtestmodule

See the script -h option for more documentation.

* modules/modhelp.py: New module helper script.
* modules/mod-test/Makefile: New file. Makefile for the test module.
* modules/mod-test/mod-test.c: New file. Test module source file.
* modules/mod-test/test.el: New file. ert test suite for the test module.
* modules/.gitignore: New file. Local .gitignore file.

Co-authored-by: Philipp Stephani &lt;phst@google.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
