Skip to content

Commit 55d5b58

Browse files
committed
GNUmakefile failed to provide a way to invoke perl Makefile's
'make test' target.
1 parent 9a56135 commit 55d5b58

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/interfaces/perl5/GNUmakefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile according to its own ideas and then invoke the rules from
55
# that file.
66
#
7-
# $Header: /cvsroot/pgsql/src/interfaces/perl5/Attic/GNUmakefile,v 1.4 2000/11/16 16:21:55 petere Exp $
7+
# $Header: /cvsroot/pgsql/src/interfaces/perl5/Attic/GNUmakefile,v 1.5 2000/11/17 00:08:57 tgl Exp $
88

99
subdir = src/interfaces/perl5
1010
top_builddir = ../../..
@@ -21,6 +21,9 @@ Makefile: Makefile.PL
2121
libpq-all:
2222
$(MAKE) -C $(libpq_builddir) all
2323

24+
test: Makefile
25+
$(MAKE) -f $< test
26+
2427
# The klugery here is to ensure that the perl5 shared library gets
2528
# built with the correct path to the installed location of libpq
2629
# during `make install', but is built against the local tree during

0 commit comments

Comments
 (0)