diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-05-03 11:21:54 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-05-03 11:21:54 +0800 |
commit | 8051256700c1741dbb7fc09e39d7e208acb96ef6 (patch) | |
tree | ddeb5299f7a9327c2af11dd2bc977c5654a09cc6 /chapter08/psmisc.xml | |
parent | 465ada75f34fa49ab5d077b7a6b6f54cbd5a874f (diff) |
psmisc: Run the test suite
It seems the package has provided the test suite since some time point.
Diffstat (limited to 'chapter08/psmisc.xml')
-rw-r--r-- | chapter08/psmisc.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter08/psmisc.xml b/chapter08/psmisc.xml index 6a826202d..cbf7609f3 100644 --- a/chapter08/psmisc.xml +++ b/chapter08/psmisc.xml @@ -49,7 +49,9 @@ <screen><userinput remap="make">make</userinput></screen> - <para>This package does not come with a test suite.</para> + <para>To run the test suite, run:</para> + +<screen><userinput remap="test">make check</userinput></screen> <para>Install the package:</para> |