git repos / PlatformFolders

test/getConfigHome.cpp

browsing at commit = d096651dfefcec30e91eba48cd52da32059caa8e

tags: 4.0.0

raw · blame · history

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

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