git repos / PlatformFolders

test/getConfigHome.cpp

browsing at commit = 2a74df65a39671c738b871f8af98f7580708992d

raw · blame · history

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

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