build: Add a note that ostree only supports InstalledTests

This commit is contained in:
Colin Walters 2013-08-27 19:34:58 -04:00
parent d92eedac4a
commit bb8418ff01
1 changed files with 8 additions and 0 deletions

View File

@ -162,3 +162,11 @@ dist-snapshot:
done; \
mv ostree-$${GITVERSION}.tar{.tmp,}; \
gzip -f ostree-$${GITVERSION}.tar
check-local:
@echo " *** NOTE ***"
@echo " *** NOTE ***"
@echo " ostree only supports https://live.gnome.org/GnomeGoals/InstalledTests"
@echo " To run them, ostree must be configured with --enable-installed-tests and installed"
@echo " *** NOTE ***"
@echo " *** NOTE ***"