summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichal Privoznik <mprivozn@redhat.com>2019-05-06 16:19:22 +0200
committerMichal Privoznik <mprivozn@redhat.com>2019-05-07 11:01:21 +0200
commitf7ab91b61a32a6acdddd39b43f4c931c0021ed7f (patch)
tree174004c3cbf84b97ed186d91bda79ae991565309 /Makefile.am
parente1de5dd2ba6e05e1825f72ccf4f25bab0227fb24 (diff)
downloadlibvirt-f7ab91b61a32a6acdddd39b43f4c931c0021ed7f.tar.gz
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 <mprivozn@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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