/usr/share/doc/lire/dev-manual/ch18.html is in lire-devel-doc 2:2.1.1-2.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 18. Testing and debugging</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Lire Developer's Manual"><link rel="up" href="pt04.html" title="Part IV. Lire Developers' Conventions"><link rel="prev" href="ch17.html" title="Chapter 17. Commit Policy"><link rel="next" href="ch18s02.html" title="Test-installations and test-runs"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 18. Testing and debugging</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch17.html">Prev</a> </td><th width="60%" align="center">Part IV. <span class="application">Lire</span> Developers' Conventions</th><td width="20%" align="right"> <a accesskey="n" href="ch18s02.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter 18. Testing and debugging"><div class="titlepage"><div><div><h2 class="title"><a name="chap:testing"></a>Chapter 18. Testing and debugging</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch18.html#id418257">Test before releasing</a></span></dt><dt><span class="section"><a href="ch18s02.html">Test-installations and test-runs</a></span></dt><dt><span class="section"><a href="ch18s03.html">Using the Perl debugger on Lire code</a></span></dt></dl></div><div class="section" title="Test before releasing"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id418257"></a>Test before releasing</h2></div></div></div><p>One week before release the software should be tested on
all supported platforms. In between releases the system gets tested
on various platforms on an ad hoc basis. When testing, use the
to-be-released tarball. Run <strong class="userinput"><code>make distcheck</code></strong> to
generate such a tarball.
</p><p>
Especially when changes to the Lire core have been made, the
"test" superservice can be handy, for easy setting up of
tests of your code. See also the section on Unit Testing in this
document.
</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch17.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="pt04.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch18s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 17. Commit Policy </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Test-installations and test-runs</td></tr></table></div></body></html>
|