FLAG_PATH
if ((the_test->t_flags & FLAG_PATH) && (path == NULL)) {
{ "access", test_access, .t_flags = FLAG_PATH },
{ "create_unlink", test_create_unlink, .t_flags = FLAG_PATH },
{ "lstat", test_lstat, .t_flags = FLAG_PATH },
{ "open_close", test_open_close, .t_flags = FLAG_PATH },
{ "open_read_close_1", test_open_read_close, .t_flags = FLAG_PATH,
{ "open_read_close_10", test_open_read_close, .t_flags = FLAG_PATH,
{ "open_read_close_100", test_open_read_close, .t_flags = FLAG_PATH,
{ "open_read_close_1000", test_open_read_close, .t_flags = FLAG_PATH,
.t_flags = FLAG_PATH, .t_int = 10000 },
.t_flags = FLAG_PATH, .t_int = 100000 },
.t_flags = FLAG_PATH, .t_int = 1000000 },
{ "read_1", test_read, .t_flags = FLAG_PATH, .t_int = 1 },
{ "read_10", test_read, .t_flags = FLAG_PATH, .t_int = 10 },
{ "read_100", test_read, .t_flags = FLAG_PATH, .t_int = 100 },
{ "read_1000", test_read, .t_flags = FLAG_PATH, .t_int = 1000 },
{ "read_10000", test_read, .t_flags = FLAG_PATH, .t_int = 10000 },
{ "read_100000", test_read, .t_flags = FLAG_PATH, .t_int = 100000 },
{ "read_1000000", test_read, .t_flags = FLAG_PATH, .t_int = 1000000 },
{ "readlink", test_readlink, .t_flags = FLAG_PATH },