git repos / PlatformFolders

test/getConfigHome.cpp

browsing at commit = ba428e10608fc3ee784598c5d609437d97f0b716

raw · blame · history

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

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