From 3e2b4ec8575d33becb06b57cf1a0fbbd09a53f68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20K=C3=BChndel?= Date: Wed, 1 Jun 2022 19:14:02 +0200 Subject: TFTPFS: Add tests Update #4666. --- spec/build/testsuites/fstests/tftpfs.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 spec/build/testsuites/fstests/tftpfs.yml (limited to 'spec/build/testsuites/fstests/tftpfs.yml') 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: [] -- cgit v1.2.3