tests: Rename VIRT_TEST_* macros to VIR_TEST_*

We use the "vir" prefix pretty consistently in our
APIs, both external and internal, which made these
macros stood out.
This commit is contained in:
Andrea Bolognani
2017-03-29 16:45:42 +02:00
parent dff04e0af0
commit 4ceac4bf29
114 changed files with 122 additions and 122 deletions

View File

@@ -105,4 +105,4 @@ mymain(void)
return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
}
VIRT_TEST_MAIN(mymain)
VIR_TEST_MAIN(mymain)