瀏覽代碼

Fix make installcheck

Make installcheck would fail unless make check had been run before it.
Reported by Erik Brangs <erik.brangs@gmx.de>

* tests/Makefile.am (installcheck-local): Depend on $(check_PROGRAMS)
Sergey Poznyakoff 10 年之前
父節點
當前提交
0c4aa85e6c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/Makefile.am

+ 1 - 1
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