Skip to content

Commit

Permalink
TFTPFS: Add tests
Browse files Browse the repository at this point in the history
Update #4666.
  • Loading branch information
frank-kue authored and sebhub committed Jun 21, 2022
1 parent 679e7f1 commit 3e2b4ec
Show file tree
Hide file tree
Showing 8 changed files with 9,506 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,10 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.

INPUT = bsps cpukit testsuites/validation
INPUT = bsps \
cpukit \
testsuites/fstests/tftpfs \
testsuites/validation

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
Expand Down
2 changes: 2 additions & 0 deletions spec/build/testsuites/fstests/grp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ links:
uid: mrfsfssymlink
- role: build-dependency
uid: mrfsfstime
- role: build-dependency
uid: tftpfs
type: build
use-after: []
use-before:
Expand Down
25 changes: 25 additions & 0 deletions spec/build/testsuites/fstests/tftpfs.yml
Original file line number Diff line number Diff line change
@@ -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: []
Loading

0 comments on commit 3e2b4ec

Please sign in to comment.