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:
Michal Privoznik 2019-05-06 16:19:22 +02:00
parent e1de5dd2ba
commit f7ab91b61a

View File

@ -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