git repos / PlatformFolders

test/getCacheDir.cpp

browsing at commit = d96ce40e7a19de596ac2c5b3b896b1632453268d

raw · blame · history

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

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