git repos / PlatformFolders

test/getCacheDir.cpp

browsing at commit = 0b976f511773e61b2d27e2f288fde0f4fe8b944d

raw · blame · history

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

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