source: BOOK/final-preps/common/abouttestsuites.xml @ fe5e5a6

clfs-3.0.0-systemdsystemd
Last change on this file since fe5e5a6 was 5585711, checked in by Chris Staub <chris@…>, 10 years ago

Merged Build Flags pages with Build Variables, and moved those to final-preps

  • Property mode set to 100644
File size: 823 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-final-preps-abouttestsuites">
9  <?dbhtml filename="abouttestsuites.html"?>
10
11  <title>About the Test Suites</title>
12
13  <para>Most packages provide a test suite, usually a script or
14  <command>make</command> target, which tests the just-compiled programs or
15  libraries by executing or linking to them. Test suites are often useful
16  for verifying that a package compiled correctly. However, they cannot
17  be run while cross-compiling so we will not mention test suite commands
18  for any packages until <xref linkend="chapter-building-system"/>.</para>
19
20</sect1>
Note: See TracBrowser for help on using the repository browser.