summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/fsfpathconf/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/fstests/fsfpathconf/test.c')
-rw-r--r--testsuites/fstests/fsfpathconf/test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/fstests/fsfpathconf/test.c b/testsuites/fstests/fsfpathconf/test.c
index 73d66d4a84..c5e25fb2c6 100644
--- a/testsuites/fstests/fsfpathconf/test.c
+++ b/testsuites/fstests/fsfpathconf/test.c
@@ -25,8 +25,11 @@
#include <rtems/libcsupport.h>
#include "fstest.h"
+#include "fs_config.h"
#include "tmacros.h"
+const char rtems_test_name[] = "FSFPATHCONF " FILESYSTEM;
+
static void fpathconf_test(void){
int rv = 0;