From 0c4aa85e6cab54f1c5b712bb59c4a1a07e26f6ec Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 10 Apr 2015 11:18:38 +0300 Subject: [PATCH] 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) --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0