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