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