示例#1
0
int main (int argc, char ** argv)
{
	printf ("UNAME       TESTS\n");
	printf ("==================\n\n");

	init (argc, argv);

	test_structure ();

	print_result ("testmod_uname");

	return nbError;
}
示例#2
0
int main(int argc, char** argv)
{
	printf("UNAME       TESTS\n");
	printf("==================\n\n");

	init (argc, argv);

	test_structure();


	printf("\ntestmod_uname RESULTS: %d test(s) done. %d error(s).\n", nbTest, nbError);

	return nbError;
}
示例#3
0
int main(int argc, char **argv)
{
	gstream = QRinput_new();

	test_numbit();
	test_numbit2();
	test_numbit3();
	test_an();
	test_8();
	test_kanji();
	test_structure();
	test_mix();

	report();

	return 0;
}
示例#4
0
// testing correct report generation
TEST_F(ProfilerTest, test_structure) {test_structure();}