git repos / PlatformFolders

test/getCacheDir.cpp

browsing at commit = 11340f6c2daedd63b5bf1f094ac4da31a935e197

raw · blame · history

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

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