mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
f0e80ee10c
... 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.
7 lines
110 B
Makefile
7 lines
110 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += vfs
|
|
USEMODULE += constfs
|
|
|
|
include $(RIOTBASE)/Makefile.include
|