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