diff options
Diffstat (limited to 'tests/fs-tests/lib/tests.h')
-rw-r--r-- | tests/fs-tests/lib/tests.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fs-tests/lib/tests.h b/tests/fs-tests/lib/tests.h index 04c834d..01849bc 100644 --- a/tests/fs-tests/lib/tests.h +++ b/tests/fs-tests/lib/tests.h @@ -202,4 +202,7 @@ extern int tests_hole_flag; /* Program name from argv[0] */ extern char *program_name; +/* Maximum file name length of test file system (from statfs) */ +extern long tests_max_fname_len; + #endif |