mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 12:05:17 +00:00
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…
x
Reference in New Issue
Block a user