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