mirror of https://gitee.com/openkylin/libvirt.git
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>
This commit is contained in:
parent
e1de5dd2ba
commit
f7ab91b61a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue