12 lines
128 B
C++
Raw Normal View History

2014-11-27 12:54:05 -05:00
#include "tests/fs/fs.h"
#include "tests/fs/fs_sdmc.h"
namespace FS {
void TestAll()
{
SDMC::TestAll();
}
} // namespace