perl-module: Better document "make test" requirements.
authorBen Pfaff <blp@gnu.org>
Thu, 16 Apr 2009 05:31:56 +0000 (22:31 -0700)
committerBen Pfaff <blp@gnu.org>
Sun, 7 Jun 2009 04:11:02 +0000 (21:11 -0700)
perl-module/README
perl-module/t/Pspp.t

index 74d6220e99d8fd110e6b4e93976b35a39f1b2747..c8e9484612628492b36f7a809b34f146dc3a8c4a 100644 (file)
@@ -14,9 +14,14 @@ To install this module type the following:
 
    perl Makefile.PL
    make
-   make test
    make install
+   make test
 
+For "make test" to succeed, Perl must be able to find
+libpspp-core-$VERSION.so.  It can do so if "make install" has been run
+(as shown above), or if LD_LIBRARY_PATH points to it (e.g. in
+src/.libs).  Running "make check" from the top-level build directory
+will automatically set LD_LIBRARY_PATH.
 
 
 DEPENDENCIES
index 04b76a57313666ff4119803ffd47ed12f45cc6ae..cdea86464e0b086db46b3ff3a29c5f1c951c08aa 100644 (file)
@@ -1,6 +1,8 @@
 # -*-perl-*-
-# Before `make install' is performed this script should be runnable with
-# `make test'. After `make install' it should work as `perl PSPP.t'
+# Before `make install' is performed this script should be runnable
+# with `make test' as long as libpspp-core-$VERSION.so is in
+# LD_LIBRARY_PATH.  After `make install' it should work as `perl
+# PSPP.t'
 
 #########################