mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-13 14:44:42 -05:00
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:
+1
-1
@@ -345,4 +345,4 @@ mymain(void)
|
||||
return ret;
|
||||
}
|
||||
|
||||
VIRT_TEST_MAIN(mymain)
|
||||
VIR_TEST_MAIN(mymain)
|
||||
|
||||
Reference in New Issue
Block a user