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