[rtems commit] fstests/tftpfs: Fix build dependency

Sebastian Huber sebh at rtems.org
Thu Jan 18 16:36:38 UTC 2024


Module:    rtems
Branch:    master
Commit:    3626fe833d75291ee738f9aae7fe25e98adaaeec
Changeset: http://git.rtems.org/rtems/commit/?id=3626fe833d75291ee738f9aae7fe25e98adaaeec

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Jan 17 20:42:13 2024 +0100

fstests/tftpfs: Fix build dependency

Update #4666.

---

 spec/build/testsuites/fstests/tftpfs.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/spec/build/testsuites/fstests/tftpfs.yml b/spec/build/testsuites/fstests/tftpfs.yml
index a925d22186..fe25ba1d78 100644
--- a/spec/build/testsuites/fstests/tftpfs.yml
+++ b/spec/build/testsuites/fstests/tftpfs.yml
@@ -17,9 +17,9 @@ source:
 - testsuites/fstests/tftpfs/init.c
 - testsuites/fstests/tftpfs/tftpfs_udp_network_fake.c
 - testsuites/fstests/tftpfs/tftpfs_interactions.c
-stlib:
-- tftpfs
+stlib: []
 target: testsuites/fstests/tftpfs.exe
 type: build
 use-after: []
-use-before: []
+use-before:
+- tftpfs



More information about the vc mailing list