git repos / PlatformFolders

test/getCacheDir.cpp

browsing at commit = 01bc07c320aa6effd0f944a3d3d505d89ce01eeb

raw · blame · history

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

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