More renaming.
This commit is contained in:
parent
24c7898ffe
commit
4170f781a5
@ -54,7 +54,7 @@ int cleanup_suite() {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void test_instruction_parse() {
|
void test_instruction_read() {
|
||||||
|
|
||||||
int rfd, wfd;
|
int rfd, wfd;
|
||||||
int fd[2], childpid;
|
int fd[2], childpid;
|
||||||
@ -141,7 +141,7 @@ int main() {
|
|||||||
|
|
||||||
/* Add tests */
|
/* Add tests */
|
||||||
if (
|
if (
|
||||||
CU_add_test(suite, "instruction-parse", test_instruction_parse) == NULL
|
CU_add_test(suite, "instruction-read", test_instruction_read) == NULL
|
||||||
) {
|
) {
|
||||||
CU_cleanup_registry();
|
CU_cleanup_registry();
|
||||||
return CU_get_error();
|
return CU_get_error();
|
||||||
|
Loading…
Reference in New Issue
Block a user