summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/support/fstest.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/fstests/support/fstest.h')
-rw-r--r--testsuites/fstests/support/fstest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/fstests/support/fstest.h b/testsuites/fstests/support/fstest.h
index 6342f75a21..d3fabac815 100644
--- a/testsuites/fstests/support/fstest.h
+++ b/testsuites/fstests/support/fstest.h
@@ -50,6 +50,7 @@
FS_FAIL();\
} while (0)
+void test(void);
#define BASE_FOR_TEST "/mnt"
#endif