git repos / PlatformFolders

test/getCacheDir.cpp

browsing at commit = 22fc4b255ba378a48a0454c65a53bb032568c3b0

raw · blame · history

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

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