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-04-04 17:30:03 +02:00
parent dff04e0af0
commit 4ceac4bf29
114 changed files with 122 additions and 122 deletions
+1 -1
View File
@@ -345,4 +345,4 @@ mymain(void)
return ret;
}
VIRT_TEST_MAIN(mymain)
VIR_TEST_MAIN(mymain)