git repos / PlatformFolders

test/getDataHome.cpp

browsing at commit = 0ae0a972db044b48f3cb528826399a585bdd7864

raw · blame · history

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

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