예제 #1
0
파일: tests.cpp 프로젝트: GizmoR13/pioneer
int main(int argc, char *argv[])
{
	test_frames();
	test_stringf();
	test_filesystem();
	return 0;
}
예제 #2
0
int main(int argc, char *argv[])
{
	test_frames();
	test_stringf();
	test_random();
	test_datetime();
	return 0;
}