git repos / PlatformFolders

test/getDataHome.cpp

browsing at commit = 34cc125ea75d791eb7e4253c65ebf79985ec8b66

raw · blame · history

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

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