mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
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:
parent
3252742bab
commit
83a39d3276
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user