git repos / PlatformFolders

test/getCacheDir.cpp

browsing at commit = 1df240bdcbfe8b431f3fa224da086fa805b8162c

tags: 4.3.0

raw · blame · history

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

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