1
1

* return the number of tests failed so that make check aborts properly

This commit was SVN r5150.
Этот коммит содержится в:
Brian Barrett 2005-04-04 13:29:03 +00:00
родитель 7907ac3de1
Коммит a00db1a1e4

Просмотреть файл

@ -189,9 +189,8 @@ int main (int argc, char* argv[])
test_failure("orte_dps test14 failed");
}
test_finalize();
fclose(test_out);
return (0);
return test_finalize();
}
static bool test1(void) /* verify different buffer inits */