mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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:
@@ -105,4 +105,4 @@ mymain(void)
|
||||
return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
|
||||
}
|
||||
|
||||
VIRT_TEST_MAIN(mymain)
|
||||
VIR_TEST_MAIN(mymain)
|
||||
|
||||
Reference in New Issue
Block a user