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 <mprivozn(a)redhat.com>
---
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
--
2.21.0