git repos / PlatformFolders

test/getCacheDir.cpp

browsing at commit = 3e8819fd3fc68d1b4353e4866f8ae052774f0192

raw · blame · history

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

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