Latest update.

This commit is contained in:
2019-02-12 03:52:27 +09:00
parent 225c12e45d
commit 6523a76e2e
67 changed files with 1604 additions and 968 deletions
+3 -3
View File
@@ -2901,14 +2901,14 @@ static int run_file_tests(int i)
return c == 0;
}
OPT_TEST_DECLARE_USAGE("file...\n")
int setup_tests(void)
{
size_t n = test_get_argument_count();
if (n == 0) {
TEST_error("Usage: %s file...", test_get_program_name());
if (n == 0)
return 0;
}
ADD_ALL_TESTS(run_file_tests, n);
return 1;