From: Sergey Poznyakoff Date: Fri, 10 Apr 2015 08:18:38 +0000 (+0300) Subject: Fix make installcheck X-Git-Url: https://git.brokenzipper.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=0c4aa85e6cab54f1c5b712bb59c4a1a07e26f6ec Fix make installcheck Make installcheck would fail unless make check had been run before it. Reported by Erik Brangs * tests/Makefile.am (installcheck-local): Depend on $(check_PROGRAMS) --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 2d861cc..da8b268 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -258,7 +258,7 @@ check-full: #check_SCRIPTS = tar # Run the test suite on the *installed* tree. -installcheck-local: +installcheck-local: $(check_PROGRAMS) $(SHELL) $(TESTSUITE) $(TESTSUITEFLAGS) AUTOTEST_PATH=$(exec_prefix)/bin