libtests/flashdisk01: Disable for small memory BSP

This commit is contained in:
Sebastian Huber
2013-04-08 09:47:54 +02:00
parent b217a4b7ee
commit a53045fda5
2 changed files with 31 additions and 0 deletions

View File

@@ -14,6 +14,10 @@
#include "test-file-system.h"
#include <bsp.h>
#if !BSP_SMALL_MEMORY
#include <sys/types.h>
#include <sys/stat.h>
#include <assert.h>
@@ -830,3 +834,5 @@ void test_file_system_with_handler(
free(fs);
}
#endif /* !BSP_SMALL_MEMORY */