git repos / PlatformFolders

test/getCacheDir.cpp

browsing at commit = 513c0ebff5303e8b4e06055dac9c31f554b14e0d

raw · blame · history

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

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