test/getCacheDir.cpp
browsing at commit = 01bc07c320aa6effd0f944a3d3d505d89ce01eeb
#include "tester.hpp"
#include "../sago/platform_folders.h"
int main() {
run_test(sago::getCacheDir());
return 0;
}
browsing at commit = 01bc07c320aa6effd0f944a3d3d505d89ce01eeb
#include "tester.hpp"
#include "../sago/platform_folders.h"
int main() {
run_test(sago::getCacheDir());
return 0;
}