Changeset a0561508


Ignore:
Timestamp:
07/10/2007 10:55:12 PM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7b769ad
Parents:
adf9e23
Message:

Clarify the dbus testsuite

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus.xml

    radf9e23 ra0561508  
    1010  <!ENTITY dbus-size          "1.3 MB">
    1111  <!ENTITY dbus-buildsize     "39.5 MB (includes building and installing all docs)">
    12   <!ENTITY dbus-time          "0.3 SBU">
     12  <!ENTITY dbus-time          "0.3 SBU (additional 0.7 SBU to run the test suite)">
    1313]>
    1414
     
    105105        -u 18 -g messagebus -s /bin/false messagebus</userinput></screen>
    106106
     107    <para>This package's test suite cannot be run without passing additional
     108    parameters to <command>configure</command> and exposing additional
     109    functionality in the binaries. These interfaces are not intended to be
     110    used in a production build of <application>D-BUS</application>, so it
     111    will have to be built twice in this situation. If you would like to run
     112    the unit tests, issue the following commands:</para>
     113
     114<screen><userinput>./configure --enable-tests &amp;&amp;
     115make &amp;&amp;
     116make check &amp;&amp;
     117make distclean</userinput></screen>
     118
    107119    <para>Install <application>D-BUS</application> by running the following
    108120    commands (you may wish to review the output from
     
    119131    wish to build the API documentation, issue
    120132    <command>doxygen</command>.</para>
    121 
    122     <para>This package's test suite cannot be run without passing additional
    123     parameters to <command>configure</command>. These parameters are not
    124     intended to be used in a production build of
    125     <application>D-BUS</application> so you will have to build twice (issuing
    126     <command>make distclean</command> after the first build) if you
    127     want to run the regression tests.</para>
    128133
    129134    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • introduction/welcome/changelog.xml

    radf9e23 ra0561508  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[dnicholson] - Added information for running the D-Bus
     49          testsuite.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[randy] - Updated the K3b and KDE Base instructions to
    4953          specify that the D-Bus Qt3 Bindings are required if HAL
Note: See TracChangeset for help on using the changeset viewer.