mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
3ebb715c5c
...except for the run scripts related to Qt and the NIC router. Issue #4860
10 lines
242 B
Plaintext
10 lines
242 B
Plaintext
set mkfs_cmd [installed_command mkfs.vfat]
|
|
set mkfs_opts "-F32 -nlibc_vfs"
|
|
|
|
set test_build_components lib/vfs_fatfs
|
|
set test_vfs_config "<fatfs/>"
|
|
|
|
set use_vfs_server 0
|
|
|
|
source ${genode_dir}/repos/libports/run/libc_vfs_filesystem_test.inc
|