git repos / PlatformFolders

test/getDataHome.cpp

browsing at commit = c2a6908ab56d3d5bd9d68e96d2356a9a2572be17

raw · blame · history

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

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