mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00: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.
23 lines
460 B
YAML
23 lines
460 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
build-type: test-program
|
|
cflags: []
|
|
copyrights:
|
|
- Copyright (C) 2023 On-Line Applications Research (OAR)
|
|
cppflags: []
|
|
cxxflags: []
|
|
enabled-by: true
|
|
features: c cprogram
|
|
includes:
|
|
- testsuites/fstests/jffs2_nand_support
|
|
ldflags: []
|
|
links: []
|
|
source:
|
|
- testsuites/fstests/fserror/test.c
|
|
stlib: []
|
|
target: testsuites/fstests/jffs2nand_fserror.exe
|
|
type: build
|
|
use-after: []
|
|
use-before:
|
|
- testjffs2nand
|
|
- jffs2
|