git repos / PlatformFolders

test/getDocumentsFolder.cpp

browsing at commit = 0d31bd285ff41a7f78ea5e2b9f081b39a4af26f6

raw · blame · history

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

int main() {
	run_test(sago::getDocumentsFolder());
	sago::PlatformFolders p;
	run_test(p.getDocumentsFolder());
	return 0;
}