summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/fstests/tftpfs.yml
diff options
context:
space:
mode:
authorFrank Kühndel <frank.kuehndel@embedded-brains.de>2022-06-01 19:14:02 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-06-21 09:32:16 +0200
commit3e2b4ec8575d33becb06b57cf1a0fbbd09a53f68 (patch)
tree4e2d2bd769f8e851def0ea6da26c79e3f588e57f /spec/build/testsuites/fstests/tftpfs.yml
parentTFTPFS: Implement block and window size options (diff)
downloadrtems-3e2b4ec8575d33becb06b57cf1a0fbbd09a53f68.tar.bz2
TFTPFS: Add tests
Update #4666.
Diffstat (limited to '')
-rw-r--r--spec/build/testsuites/fstests/tftpfs.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/spec/build/testsuites/fstests/tftpfs.yml b/spec/build/testsuites/fstests/tftpfs.yml
new file mode 100644
index 0000000000..37d55d4132
--- /dev/null
+++ b/spec/build/testsuites/fstests/tftpfs.yml
@@ -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: []