test(vfs): Test changes regarding VFS register incorrect check fix

This commit is contained in:
Adam Múdry
2026-06-22 13:59:57 +02:00
parent 199a403d81
commit 670fb68bc7
4 changed files with 391 additions and 3 deletions

View File

@@ -248,6 +248,13 @@ test_transport_on_host:
- idf.py build
- LSAN_OPTIONS=verbosity=1:log_threads=1 build/host_tcp_transport_test.elf
test_vfs_on_host:
extends: .host_test_template
script:
- cd ${IDF_PATH}/components/vfs/host_test
- idf.py build
- LSAN_OPTIONS=verbosity=1:log_threads=1 build/vfs_linux_test.elf
test_sockets_on_host:
extends: .host_test_template
script: