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
# -*-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'
#########################