From f7ab91b61a32a6acdddd39b43f4c931c0021ed7f Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Mon, 6 May 2019 16:19:22 +0200 Subject: [PATCH] lib: Build sources before running 'check-access' If the source tree was freshly configured and no objects are built yet then 'make check-access' has no test to run. Build the sources beforehand. Signed-off-by: Michal Privoznik --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index eba5916352..0d8bb733e6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,7 +83,7 @@ srpm: clean check-local: all tests -check-access: +check-access: all @($(MAKE) $(AM_MAKEFLAGS) -C tests check-access) MAINTAINERCLEANFILES = .git-module-status