embedded_libs/PlatformFolders-4.1.0/test/getMusicFolder.cpp
browsing at commit = 81e106d61a83c24793a91333199d7f7fc7a86c6c
#include "tester.hpp"
#include "../sago/platform_folders.h"
int main() {
run_test(sago::getMusicFolder());
sago::PlatformFolders p;
run_test(p.getMusicFolder());
return 0;
}