fix make check to use $srcdir

This commit is contained in:
Vitor Santos Costa 2010-08-03 12:59:27 +01:00
parent 90ffa99878
commit 00a157b8ac
4 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit b83af78bc61e7601151282c3c138210541619c57
Subproject commit 11cbb29604383f4cfddc2bb98d59819f6ab6ad94

@ -1 +1 @@
Subproject commit 6e7c68cdcc5d781d218b57d04f2a16b3e0bcbfca
Subproject commit f11e3d43683f708fe7011dff7cd8f9b495cfda17

View File

@ -170,8 +170,8 @@ html-install::
$(INSTALL_DATA) sgml.html $(DESTDIR)$(PKGDOC)
check::
$(PL) -f Test/test.pl -g test,halt
$(PL) -f Test/wrtest.pl -g test,halt
$(PL) -f $(srcdir)/Test/test.pl -g test,halt
$(PL) -f $(srcdir)/Test/wrtest.pl -g test,halt
uninstall::
(cd $(PLBASE)/lib/$(PLARCH) && rm -f $(TARGETS))

View File

@ -140,7 +140,7 @@ uninstall::
################################################################
check::
$(PL) -q -f test_zlib.pl -g test_zlib,halt -t 'halt(1)'
$(PL) -q -f $(srcdir)/test_zlib.pl -g test_zlib,halt -t 'halt(1)'
################################################################
# Documentation