git repos / PlatformFolders

test/getCacheDir.cpp

browsing at commit = 37c4304d66d16988fcee91c132332de4aa254f31

raw · blame · history

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

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