Ejemplo n.º 1
0
static void
test(void)
{
	test_plan(2063);

	test_ctype();
	test_casing();
}
Ejemplo n.º 2
0
int main (void)
{
	res=0;
#if defined __MINILIB_TEST__
	res = test_ctype();
	res = test_stdio();
	res = test_stdlib();
	res = test_string();
#endif	
	for (;;);
}
Ejemplo n.º 3
0
Archivo: test.c Proyecto: nrailgun/nros
void test_stage1(void)
{
	test_ctype();
	test_string();
	test_arglist();
}