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