diff options
Diffstat (limited to 'chapter06/make.xml')
-rw-r--r-- | chapter06/make.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/make.xml b/chapter06/make.xml index 791908683..f88105c01 100644 --- a/chapter06/make.xml +++ b/chapter06/make.xml @@ -48,9 +48,11 @@ <screen><userinput remap="make">make</userinput></screen> - <para>To test the results, issue:</para> + <para>The test suite needs to know where supporting perl files are located. + We use an envronment variable to accomplish this. To test the + results, issue:</para> -<screen><userinput remap="test">make check</userinput></screen> +<screen><userinput remap="test">make PERL5LIB=$PWD/tests/ check</userinput></screen> <para>Install the package:</para> |