tests: get rid of 'make check' references

Update the remaining 'make check' references after the
switch to meson/ninja.

Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
Daniel Henrique Barboza 2020-08-06 10:34:53 -03:00 committed by Erik Skultety
parent 3252742bab
commit 83a39d3276
3 changed files with 3 additions and 3 deletions

View File

@ -448,7 +448,7 @@ mymain(void)
* programs will automatically pick it up.
*
* To generate the corresponding output files after a new replies
* file has been added, run "VIR_TEST_REGENERATE_OUTPUT=1 make check".
* file has been added, run "VIR_TEST_REGENERATE_OUTPUT=1 ninja test".
*/
virObjectUnref(cfg);

View File

@ -225,7 +225,7 @@ mymain(void)
* programs will automatically pick it up.
*
* To generate the corresponding output files after a new replies
* file has been added, run "VIR_TEST_REGENERATE_OUTPUT=1 make check".
* file has been added, run "VIR_TEST_REGENERATE_OUTPUT=1 ninja test".
*/
testQemuDataReset(&data);

View File

@ -200,7 +200,7 @@ test_expensive()
if test "$VIR_TEST_EXPENSIVE" != 1; then
skip_test_ '
This test is very expensive, so it is disabled by default.
To run it anyway, rerun: make check VIR_TEST_EXPENSIVE=1
To run it anyway, rerun: VIR_TEST_EXPENSIVE=1 ninja test
'
fi
}