12 lines
128 B
C++

#include "tests/fs/fs.h"
#include "tests/fs/fs_sdmc.h"
namespace FS {
void TestAll()
{
SDMC::TestAll();
}
} // namespace