TFTPFS: Add tests

Update #4666.
This commit is contained in:
Frank Kühndel
2022-06-21 09:32:16 +02:00
committed by Sebastian Huber
parent 679e7f109a
commit 3e2b4ec857
8 changed files with 9506 additions and 1 deletions
+2
View File
@@ -138,6 +138,8 @@ links:
uid: mrfsfssymlink
- role: build-dependency
uid: mrfsfstime
- role: build-dependency
uid: tftpfs
type: build
use-after: []
use-before:
+25
View File
@@ -0,0 +1,25 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: test-program
cflags: []
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
cppflags: []
cxxflags: []
enabled-by: true
features: c cprogram
includes:
- cpukit/libfs/src/ftpfs
ldflags:
- -Wl,--wrap=close
links: []
source:
- cpukit/libtest/testwrappers.c
- testsuites/fstests/tftpfs/init.c
- testsuites/fstests/tftpfs/tftpfs_udp_network_fake.c
- testsuites/fstests/tftpfs/tftpfs_interactions.c
stlib:
- tftpfs
target: testsuites/fstests/tftpfs.exe
type: build
use-after: []
use-before: []