mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tests: Rename virtTestRun to virTestRun.
This function doesn't follow our convention of naming functions.
This commit is contained in:
committed by
John Ferlan
parent
09b406a756
commit
cd7dd1508d
@@ -136,7 +136,7 @@ mymain(void)
|
||||
.input = i, \
|
||||
.output = o, \
|
||||
}; \
|
||||
if (virtTestRun("Hash " i, testCryptoHash, &data) < 0) \
|
||||
if (virTestRun("Hash " i, testCryptoHash, &data) < 0) \
|
||||
ret = -1; \
|
||||
} while (0)
|
||||
|
||||
@@ -163,7 +163,7 @@ mymain(void)
|
||||
.ciphertext = c, \
|
||||
.ciphertextlen = cl, \
|
||||
}; \
|
||||
if (virtTestRun("Encrypt " n, testCryptoEncrypt, &data) < 0) \
|
||||
if (virTestRun("Encrypt " n, testCryptoEncrypt, &data) < 0) \
|
||||
ret = -1; \
|
||||
} while (0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user