diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-04-16 18:23:19 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-04-16 20:21:50 +0800 |
commit | d1cbe535c1fe4d610fb7188179646ded1c499196 (patch) | |
tree | e14448443da8ec869462bdbd8f72b0daedda4afb | |
parent | 5a98711aa4b832a8f4ab38d648f1d807a1f34bca (diff) |
dbus: Enable tests
Though many tests are disabled w/o optional dependencies, we can at
least run a dozen of tests.
-rw-r--r-- | chapter08/dbus.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/chapter08/dbus.xml b/chapter08/dbus.xml index 8f3c80f7a..f59dd122b 100644 --- a/chapter08/dbus.xml +++ b/chapter08/dbus.xml @@ -79,10 +79,14 @@ <screen><userinput remap="make">make</userinput></screen> - <para>This package does come with a test suite, but it requires several + <para>To test the results, issue:</para> + +<screen><userinput remap="test">make check</userinput></screen> + + <para>Many tests are disabled because they require additional packages that are not included in LFS. Instructions for running the - test suite can be found in the BLFS book at - <ulink url="&blfs-book;general/dbus.html"/>.</para> + comprehensive test suite can be found in + <ulink url="&blfs-book;general/dbus.html">the BLFS book</ulink>.</para> <para>Install the package:</para> @@ -107,7 +111,7 @@ <seg>dbus-cleanup-sockets, dbus-daemon, dbus-launch, dbus-monitor, dbus-run-session, dbus-send, dbus-test-tool, dbus-update-activation-environment, and dbus-uuidgen</seg> - <seg>libdbus-1.{a,so}</seg> + <seg>libdbus-1.so</seg> <seg>/etc/dbus-1, /usr/include/dbus-1.0, /usr/lib/dbus-1.0, /usr/share/dbus-1, /usr/share/doc/dbus-&dbus-version;, and /var/lib/dbus</seg> |