Changeset 4897ef5


Ignore:
Timestamp:
12/30/2014 10:04:25 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
75aabd94
Parents:
a2d2f0c
Message:

Add Clisp tests

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15283 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/clisp.xml

    ra2d2f0c r4897ef5  
    99  <!ENTITY clisp-md5sum        "1962b99d5e530390ec3829236d168649">
    1010  <!ENTITY clisp-size          "7.8 MB">
    11   <!ENTITY clisp-buildsize     "163 MB">
    12   <!ENTITY clisp-time          "0.9 SBU">
     11  <!ENTITY clisp-buildsize     "163 MB (add 8 MB for tests)">
     12  <!ENTITY clisp-time          "0.9 SBU (17.5 SBU with tests)">
    1313]>
    1414
     
    9696
    9797    <para>
    98       Install <application>Clisp</application> by running the following commands:
     98      Remove one test, which fails for unknown reasons:
     99    </para>
     100
     101<screen><userinput>sed -i '/socket/d' tests/tests.lisp</userinput></screen>
     102
     103    <para>
     104      Install <application>Clisp</application> by running the following
     105      commands:
    99106    </para>
    100107
     
    111118
    112119    <para>
    113       For reasons which are not understood, the testsuite for this package
    114       fails.
     120      To test the results, issue: <command>make check</command>.
    115121    </para>
    116122
  • introduction/welcome/changelog.xml

    ra2d2f0c r4897ef5  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[pierre] - Add Clisp-2.49 tests.</para>
     52        </listitem>
     53        <listitem>
    5154          <para>[fernando] - phonon-4.8.3: typo.</para>
    5255        </listitem>
Note: See TracChangeset for help on using the changeset viewer.