mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-11-23 23:10:53 +07:00
Implicitly run 'make rootfs' with 'make check'
Avoid the need for the user to run this manually after a run of the testsuite by adding it.
This commit is contained in:
parent
fca5b9bcd4
commit
2588e3dff5
@ -132,6 +132,7 @@ CREATE_ROOTFS = $(AM_V_GEN) ( $(RM) -rf $(ROOTFS) && \
|
||||
|
||||
rootfs:
|
||||
$(CREATE_ROOTFS)
|
||||
.PHONY: rootfs
|
||||
|
||||
$(ROOTFS): $(ROOTFS_PRISTINE)
|
||||
$(CREATE_ROOTFS)
|
||||
@ -142,6 +143,8 @@ TESTSUITE_OVERRIDE_LIBS = testsuite/uname.la testsuite/path.la \
|
||||
TESTSUITE_OVERRIDE_LIBS_LDFLAGS = avoid-version -module -shared -export-dynamic \
|
||||
-rpath /nowhere -ldl
|
||||
|
||||
check-local: rootfs
|
||||
|
||||
check_LTLIBRARIES = $(TESTSUITE_OVERRIDE_LIBS)
|
||||
|
||||
testsuite_uname_la_LDFLAGS = $(TESTSUITE_OVERRIDE_LIBS_LDFLAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user