1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/vfs_iterate_mount/Makefile
chrysn f0e80ee10c tests: Cover vfs_iterate_mount_dirs in a new test
... adding precision to the documentation where a corner case was
discovered during testing and is permitted.

The test is too large for one small board, just like the other existing
VFS test.
2022-02-16 19:15:02 +01:00

7 lines
110 B
Makefile

include ../Makefile.tests_common
USEMODULE += vfs
USEMODULE += constfs
include $(RIOTBASE)/Makefile.include