From b2c3e8a264be3e17625d0dbcf4c3c057c9c67868 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Sat, 28 Mar 2015 13:47:25 +0100 Subject: [PATCH] make check: add note to run installed tests Signed-off-by: Giuseppe Scrivano --- Makefile-tests.am | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Makefile-tests.am b/Makefile-tests.am index f7f360e5..9490f217 100644 --- a/Makefile-tests.am +++ b/Makefile-tests.am @@ -13,3 +13,12 @@ installed_test_scripts = \ test_programs = \ tests/jsonutil \ $(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 ***"