git repos / PlatformFolders

test/getConfigHome.cpp

browsing at commit = 14f997e9bd12fe508fd9c3d07fe6b13fd07709dc

raw · blame · history

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

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