git repos / PlatformFolders

test/getCacheDir.cpp

browsing at commit = 0d31bd285ff41a7f78ea5e2b9f081b39a4af26f6

raw · blame · history

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

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