git repos / PlatformFolders

test/getStateDir.cpp

browsing at commit = 46675c1afbe58771e09cad332d4cd9635aa8bee2

raw · blame · history

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

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