Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'runners/test_runner.c')
-rw-r--r--runners/test_runner.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/runners/test_runner.c b/runners/test_runner.c
index abc867c..27f8524 100644
--- a/runners/test_runner.c
+++ b/runners/test_runner.c
@@ -1346,6 +1346,9 @@ static void run_powerloss_none(
.block_cycles = BLOCK_CYCLES,
.cache_size = CACHE_SIZE,
.lookahead_size = LOOKAHEAD_SIZE,
+ #ifdef LFS_MULTIVERSION
+ .disk_version = DISK_VERSION,
+ #endif
};
struct lfs_emubd_config bdcfg = {
@@ -1415,6 +1418,9 @@ static void run_powerloss_linear(
.block_cycles = BLOCK_CYCLES,
.cache_size = CACHE_SIZE,
.lookahead_size = LOOKAHEAD_SIZE,
+ #ifdef LFS_MULTIVERSION
+ .disk_version = DISK_VERSION,
+ #endif
};
struct lfs_emubd_config bdcfg = {
@@ -1501,6 +1507,9 @@ static void run_powerloss_log(
.block_cycles = BLOCK_CYCLES,
.cache_size = CACHE_SIZE,
.lookahead_size = LOOKAHEAD_SIZE,
+ #ifdef LFS_MULTIVERSION
+ .disk_version = DISK_VERSION,
+ #endif
};
struct lfs_emubd_config bdcfg = {
@@ -1585,6 +1594,9 @@ static void run_powerloss_cycles(
.block_cycles = BLOCK_CYCLES,
.cache_size = CACHE_SIZE,
.lookahead_size = LOOKAHEAD_SIZE,
+ #ifdef LFS_MULTIVERSION
+ .disk_version = DISK_VERSION,
+ #endif
};
struct lfs_emubd_config bdcfg = {
@@ -1767,6 +1779,9 @@ static void run_powerloss_exhaustive(
.block_cycles = BLOCK_CYCLES,
.cache_size = CACHE_SIZE,
.lookahead_size = LOOKAHEAD_SIZE,
+ #ifdef LFS_MULTIVERSION
+ .disk_version = DISK_VERSION,
+ #endif
};
struct lfs_emubd_config bdcfg = {