Index: plperl/GNUmakefile
===================================================================
RCS file: /home/cvsmirror/pgsql/src/pl/plperl/GNUmakefile,v
retrieving revision 1.18
diff -c -r1.18 GNUmakefile
*** plperl/GNUmakefile	19 Nov 2004 19:22:58 -0000	1.18
--- plperl/GNUmakefile	11 May 2005 14:02:27 -0000
***************
*** 53,58 ****
--- 53,62 ----
  	 echo "*****"
  endif
  
+ installcheck:
+ 	cd $(srcdir)/test && PATH=$(bindir):$$PATH $(SHELL) runtest
+ 
+ 
  installdirs:
  	$(mkinstalldirs) $(DESTDIR)$(pkglibdir)
  
Index: tcl/Makefile
===================================================================
RCS file: /home/cvsmirror/pgsql/src/pl/tcl/Makefile,v
retrieving revision 1.44
diff -c -r1.44 Makefile
*** tcl/Makefile	16 Dec 2004 20:41:01 -0000	1.44
--- tcl/Makefile	11 May 2005 14:25:53 -0000
***************
*** 57,62 ****
--- 57,66 ----
  endif
  	$(MAKE) -C modules $@
  
+ installcheck:
+ 	cd $(srcdir)/test && PATH=$(bindir):$$PATH $(SHELL) runtest
+ 
+ 
  installdirs:
  	$(mkinstalldirs) $(DESTDIR)$(pkglibdir)
  	$(MAKE) -C modules $@
