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