Reference tests/README.ME in the Makefile notes

https://github.com/ansible/ansible/issues/6776
This commit is contained in:
Ofir Petrushka 2015-01-28 17:21:27 +02:00
parent 990d08b63f
commit 37cc4cf9cb

View file

@ -10,7 +10,7 @@
# make deb-src -------------- produce a DEB source # make deb-src -------------- produce a DEB source
# make deb ------------------ produce a DEB # make deb ------------------ produce a DEB
# make docs ----------------- rebuild the manpages (results are checked in) # make docs ----------------- rebuild the manpages (results are checked in)
# make tests ---------------- run the tests # make tests ---------------- run the tests (see test/README.md for requirements)
# make pyflakes, make pep8 -- source code checks # make pyflakes, make pep8 -- source code checks
######################################################## ########################################################