test: explain why we explicitly make all despite test/Makefile's check target calling it (#5830)

This commit is contained in:
Chris Lamb 2017-04-29 07:23:13 +01:00 committed by Martin Pitt
parent 8e899a9293
commit 04e599b1ce
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ subdirectories named "test/TEST-??-*", which are run one by one.
To run the extended testsuite do the following:
$ make all
$ make all # Avoid the "sudo make" below building anything as root
$ cd test
$ sudo make clean check
...