git repos / PlatformFolders

test/getPublicFolder.cpp

browsing at commit = 5612f69ba4a8bea890649127bb49a89bb0f73eaf

raw · blame · history

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

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