make check: add note to run installed tests
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
01cb587161
commit
b2c3e8a264
@ -13,3 +13,12 @@ installed_test_scripts = \
|
|||||||
test_programs = \
|
test_programs = \
|
||||||
tests/jsonutil \
|
tests/jsonutil \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
check-local:
|
||||||
|
@echo " *** NOTE ***"
|
||||||
|
@echo " *** NOTE ***"
|
||||||
|
@echo " \"make check\" only runs a subset of rpm-ostree's tests."
|
||||||
|
@echo " The other tests use: use https://live.gnome.org/GnomeGoals/InstalledTests"
|
||||||
|
@echo " To run them, ostree must be configured with --enable-installed-tests and installed"
|
||||||
|
@echo " *** NOTE ***"
|
||||||
|
@echo " *** NOTE ***"
|
||||||
|
Loading…
Reference in New Issue
Block a user