git repos / PlatformFolders

test/getStateDir.cpp

browsing at commit = 849756445f4cb743d85c315e055be6b768d837da

raw · blame · history

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

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