diff options
Diffstat (limited to 'chapter05/dejagnu.xml')
-rw-r--r-- | chapter05/dejagnu.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter05/dejagnu.xml b/chapter05/dejagnu.xml index f9bd2843d..bae0ed7d9 100644 --- a/chapter05/dejagnu.xml +++ b/chapter05/dejagnu.xml @@ -49,8 +49,9 @@ <screen><userinput remap="install">make install</userinput></screen> - <para>This package does come with a test suite, however, it cannot be - run at this time because we do not have a C++ compiler yet.</para> + <para>To test the results, issue:</para> + +<screen><userinput remap="test">make check</userinput></screen> </sect2> |