GNUmakefile failed to provide a way to invoke perl Makefile's
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 17 Nov 2000 00:08:57 +0000 (00:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 17 Nov 2000 00:08:57 +0000 (00:08 +0000)
'make test' target.

src/interfaces/perl5/GNUmakefile

index 626c4121822e71701248277a5dc3de27fefa7370..f54002a3142b13b1ccb569fc898328fdac77bd35 100644 (file)
@@ -21,6 +21,9 @@ Makefile: Makefile.PL
 libpq-all:
        $(MAKE) -C $(libpq_builddir) all
 
+test: Makefile
+       $(MAKE) -f $< test
+
 # The klugery here is to ensure that the perl5 shared library gets
 # built with the correct path to the installed location of libpq
 # during `make install', but is built against the local tree during