mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-11 18:25:21 +08:00
This adds a second set of JFFS2 tests running on top of a simulated NAND backend to ensure that interactions with delayed writes operate as expected.
19 lines
429 B
YAML
19 lines
429 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
build-type: library
|
|
cflags: []
|
|
copyrights:
|
|
- Copyright (C) 2023 On-Line Applications Research (OAR)
|
|
cppflags: []
|
|
cxxflags: []
|
|
enabled-by: true
|
|
includes:
|
|
- testsuites/fstests/jffs2_nand_support
|
|
install: []
|
|
install-path: null
|
|
links: []
|
|
source:
|
|
- testsuites/fstests/jffs2_nand_support/fs_support.c
|
|
- testsuites/fstests/support/fstest_support.c
|
|
target: testjffs2nand
|
|
type: build
|