run/libc_vfs_fs_fat: add to autopilot

Excludes board 'virt_qemu' from the test as we don't have block device drivers
for this board.

Ref #4220
This commit is contained in:
Martin Stein 2021-07-13 13:00:17 +02:00 committed by Christian Helmuth
parent 2533d7b4b6
commit 626b2f9cf2
3 changed files with 7 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# \arg test_boot_modules
#
if {[have_board zynq_qemu]} {
if {[have_board zynq_qemu] || [have_board virt_qemu]} {
puts "Run script does not support this platform."
exit 0
}

View File

@ -1,3 +1,8 @@
if {[get_cmd_switch --autopilot] && [have_board riscv_qemu]} {
puts "Autopilot mode is not supported on this platform."
exit 0
}
set mkfs_cmd [installed_command mkfs.vfat]
set mkfs_opts "-F32 -nlibc_vfs"

View File

@ -20,6 +20,7 @@ init_smp
event_filter
libc_integration
libc_vfs_fs_ext2
libc_vfs_fs_fat
log_core
lwip
lx_hybrid_ctors