From 3324383ce03f3d70a652f99291209e768d89c691 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 5 May 2014 09:47:30 -0500 Subject: testsuites: Remove BSP_SMALL_MEMORY --- testsuites/fstests/fsdosfsformat01/init.c | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'testsuites/fstests/fsdosfsformat01/init.c') diff --git a/testsuites/fstests/fsdosfsformat01/init.c b/testsuites/fstests/fsdosfsformat01/init.c index cb8a5eae44..976dc9cb7d 100644 --- a/testsuites/fstests/fsdosfsformat01/init.c +++ b/testsuites/fstests/fsdosfsformat01/init.c @@ -18,11 +18,6 @@ #include "tmacros.h" -#include - -const char rtems_test_name[] = "FSDOSFSFORMAT 1"; - -#if !defined(BSP_SMALL_MEMORY) #include #include #include @@ -31,6 +26,10 @@ const char rtems_test_name[] = "FSDOSFSFORMAT 1"; #include #include +#include + +const char rtems_test_name[] = "FSDOSFSFORMAT 1"; + #define MAX_PATH_LENGTH 100 /* Maximum number of characters per path */ #define SECTOR_SIZE 512 /* sector size (bytes) */ #define FAT12_MAX_CLN 4085 /* maximum + 1 number of clusters for FAT12 */ @@ -471,17 +470,12 @@ static void test( void ) rv = unlink( dev_name ); rtems_test_assert( rv == 0 ); } -#endif static void Init( rtems_task_argument arg ) { TEST_BEGIN(); -#if defined(BSP_SMALL_MEMORY) - puts( "Test is too large for small memory BSPs" ); -#else test(); -#endif TEST_END(); rtems_test_exit( 0 ); -- cgit v1.2.3