mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 04:24:45 +00:00
22 lines
440 B
YAML
22 lines
440 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
build-type: test-program
|
|
cflags: []
|
|
copyrights:
|
|
- Copyright (C) 2025 Sepehr Ganji <sepehrganji79@gmail.com>
|
|
cppflags: []
|
|
cxxflags: []
|
|
enabled-by: true
|
|
features: c cprogram
|
|
includes:
|
|
- testsuites/fstests/fatfs_support
|
|
ldflags: []
|
|
links: []
|
|
source:
|
|
- testsuites/fstests/fstime/test.c
|
|
stlib: []
|
|
target: testsuites/fstests/fatfs_fstime.exe
|
|
type: build
|
|
use-after: []
|
|
use-before:
|
|
- testfatfs
|