Changeset 3540f2d for BOOK


Ignore:
Timestamp:
Aug 23, 2013, 9:44:40 AM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
c228fe4
Parents:
1d9abb9
Message:

Add check to test suite tools.

Location:
BOOK
Files:
2 added
19 edited

Legend:

Unmodified
Added
Removed
  • BOOK/appendices/dependencies/common.xml

    r1d9abb9 r3540f2d  
    254254      </segmentedlist>
    255255
     256<!-- Begin Check dependency info -->
     257  <bridgehead renderas="sect2" id="check-dep">Check</bridgehead>
     258
     259      <segmentedlist>
     260        <segtitle>&dependencies;</segtitle>
     261
     262        <seglistitem>
     263         <seg>GCC, Grep, Make, Sed and Texinfo</seg>
     264        </seglistitem>
     265      </segmentedlist>
     266
     267      <segmentedlist>
     268        <segtitle>&testsuites;</segtitle>
     269
     270        <seglistitem>
     271          <seg>None</seg>
     272        </seglistitem>
     273      </segmentedlist>
     274
     275      <segmentedlist>
     276        <segtitle>&before;</segtitle>
     277
     278        <seglistitem>
     279          <seg>None</seg>
     280        </seglistitem>
     281      </segmentedlist>
     282
    256283<!-- Begin CLooG-ISL dependency info -->
    257284  <bridgehead renderas="sect2" id="cloog-isl-dep">CLooG-ISL</bridgehead>
     
    899926
    900927        <seglistitem>
    901          <seg>Bash, Binutils, Coreutils, EGLIBC, Gawk, GCC, Gzip, Make and Sed</seg>
     928         <seg>Bash, Binutils, Coreutils, EGLIBC, Gawk, GCC, Gzip, Make, and
     929         Check</seg>
    902930        </seglistitem>
    903931      </segmentedlist>
  • BOOK/appendices/rationale/common.xml

    r1d9abb9 r3540f2d  
    7373
    7474    <listitem>
     75      <para>Check</para>
     76      <para>This package contains a test harness for other programs.</para>
     77    </listitem>
     78
     79    <listitem>
    7580      <para>CLooG-ISL</para>
    7681      <para>This package is used by GCC.</para>
  • BOOK/general.ent

    r1d9abb9 r3540f2d  
    33<!ENTITY month "08"> <!-- Use two digits -->
    44<!ENTITY month_name "August">
    5 <!ENTITY day "22"> <!-- Use two digits -->
     5<!ENTITY day "23"> <!-- Use two digits -->
    66<!ENTITY year "2013"> <!-- Use four digits -->
    77
  • BOOK/materials/common/packages.xml

    r1d9abb9 r3540f2d  
    8484        <para>Download: <ulink url="&bzip2-url;"/></para>
    8585        <para>MD5 sum: <literal>&bzip2-md5;</literal></para>
     86      </listitem>
     87    </varlistentry>
     88
     89    <varlistentry>
     90      <term>Check (&check-version;) - <token>&check-size;</token>:</term>
     91      <listitem>
     92        <para>Home page: <ulink url="&check-home;"/></para>
     93        <para>Download: <ulink url="&check-url;"/></para>
     94        <para>MD5 sum: <literal>&check-md5;</literal></para>
    8695      </listitem>
    8796    </varlistentry>
  • BOOK/packages.ent

    r1d9abb9 r3540f2d  
    6969<!ENTITY bzip2-md5 "00b516f4704d4a7cb50a1d97e6e8e15b">
    7070<!ENTITY bzip2-home "http://www.bzip.org/">
     71
     72<!ENTITY check-version "0.9.10">
     73<!ENTITY check-size "650 KB">
     74<!ENTITY check-url "http://sourceforge.net/projects/check/files/check/&check-version;/check-&check-version;.tar.gz">
     75<!ENTITY check-md5 "6d10a8efb9a683467b92b3bce97aeb30">
     76<!ENTITY check-home "http://check.sourceforge.net/">
    7177
    7278<!ENTITY cloog-version "0.18.0">
  • BOOK/testsuite-tools/alpha-chapter.xml

    r1d9abb9 r3540f2d  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/check.xml"/>
    1819
    1920</chapter>
  • BOOK/testsuite-tools/common/introduction.xml

    r1d9abb9 r3540f2d  
    1313  <para>This chapter builds the tools needed by some packages to run the tests
    1414  that they have. I.e., <command>make check</command>. Tcl, Expect,
    15   and DejaGNU are needed for the GCC and Binutils testsuites. Installing
    16   three packages for testing purposes may seem excessive, but it is very
    17   reassuring, if not essential, to know that the most important tools are
    18   working properly.</para>
     15  and DejaGNU are needed for the GCC and Binutils testsuites. Check is needed
     16  for KBD tests. Installing four packages for testing purposes may seem
     17  excessive, but it is very reassuring, if not essential, to know that the most
     18  important tools are working properly.</para>
    1919
    2020</sect1>
  • BOOK/testsuite-tools/mips-chapter.xml

    r1d9abb9 r3540f2d  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/check.xml"/>
    1819
    1920</chapter>
  • BOOK/testsuite-tools/mips64-64-chapter.xml

    r1d9abb9 r3540f2d  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/check.xml"/>
    1819
    1920</chapter>
  • BOOK/testsuite-tools/mips64-chapter.xml

    r1d9abb9 r3540f2d  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/check.xml"/>
    1819
    1920</chapter>
  • BOOK/testsuite-tools/ppc-chapter.xml

    r1d9abb9 r3540f2d  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/check.xml"/>
     19
    1820
    1921</chapter>
  • BOOK/testsuite-tools/ppc64-64-chapter.xml

    r1d9abb9 r3540f2d  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/check.xml"/>
    1819
    1920</chapter>
  • BOOK/testsuite-tools/ppc64-chapter.xml

    r1d9abb9 r3540f2d  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/check.xml"/>
    1819
    1920</chapter>
  • BOOK/testsuite-tools/sparc-chapter.xml

    r1d9abb9 r3540f2d  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/check.xml"/>
    1819
    1920</chapter>
  • BOOK/testsuite-tools/sparc64-64-chapter.xml

    r1d9abb9 r3540f2d  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/check.xml"/>
    1819
    1920</chapter>
  • BOOK/testsuite-tools/sparc64-chapter.xml

    r1d9abb9 r3540f2d  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/check.xml"/>
    1819
    1920</chapter>
  • BOOK/testsuite-tools/x86-chapter.xml

    r1d9abb9 r3540f2d  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/check.xml"/>
    1819
    1920</chapter>
  • BOOK/testsuite-tools/x86_64-64-chapter.xml

    r1d9abb9 r3540f2d  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/check.xml"/>
    1819
    1920</chapter>
  • BOOK/testsuite-tools/x86_64-chapter.xml

    r1d9abb9 r3540f2d  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/check.xml"/>
    1819
    1920</chapter>
Note: See TracChangeset for help on using the changeset viewer.