make check: add note to run installed tests

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2015-03-28 13:47:25 +01:00
parent 01cb587161
commit b2c3e8a264

View File

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