git repos / saland

embedded_libs/PlatformFolders-4.1.0/test/getDesktopFolder.cpp

browsing at commit = bb80162f0ae71d6b331b040a1f63e7afc842be77

raw · blame · history

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

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