summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/fsrfsbitmap01/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/fstests/fsrfsbitmap01/test.c')
-rw-r--r--testsuites/fstests/fsrfsbitmap01/test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/fstests/fsrfsbitmap01/test.c b/testsuites/fstests/fsrfsbitmap01/test.c
index df6e47882d..90b8ba86dd 100644
--- a/testsuites/fstests/fsrfsbitmap01/test.c
+++ b/testsuites/fstests/fsrfsbitmap01/test.c
@@ -25,9 +25,12 @@
#include <rtems/rfs/rtems-rfs-file-system.h>
#include "fstest.h"
+#include "fs_config.h"
#include "tmacros.h"
#include <rtems/malloc.h>
+const char rtems_test_name[] = "FSRFSBITMAP 1";
+
#define rtems_rfs_exit_on_error(_rc, _r, _c, _b) \
if ((_rc > 0) || _r) { free (_b); rtems_rfs_bitmap_close (_c); return; }