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