fix make check to use $srcdir
This commit is contained in:
Submodule packages/clpqr updated: b83af78bc6...11cbb29604
Submodule packages/jpl updated: 6e7c68cdcc...f11e3d4368
@@ -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))
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user