git repos / PlatformFolders

test/getCacheDir.cpp

browsing at commit = f2625faed48bc891eb624187f8a0e4a1d1cd6ad6

raw · blame · history

#include "tester.hpp"
#include "../sago/platform_folders.h"

int main() {
	run_test(sago::getCacheDir());
	return 0;
}