git repos / PlatformFolders

test/getVideoFolder.cpp

browsing at commit = 2eed66df99a1358e6b55c1c2c6b96a99818aa9d2

tags: 4.1.0

raw · blame · history

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

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