예제 #1
0
int main() {
  printf("SIGILL: %s\n", strsignal(SIGILL));
  atexit(cleanup);
  signal(SIGABRT, cleanup);
  setup();
  test();
  test_scandir();
  return EXIT_SUCCESS;
}
예제 #2
0
int main() {
  printf("SIGILL: %s\n", strsignal(SIGILL));
  atexit(cleanup);
  signal(SIGABRT, cleanup);
  setup();
  test();
  test_scandir();

#ifdef REPORT_RESULT
  REPORT_RESULT(0);
#endif
  return EXIT_SUCCESS;
}
예제 #3
0
int main(){

	local_publice_val();
	test_malloc_0();
	symbol_transformation();
	test_plusp();
	test_union_struct_size();
	address_test();
	//test_pipe();      //test pipe should  annotation other func
	test_scandir();
	test_string_exchange();
	//test_Josephus_mnk(); //open whenn needed test
	call_do_dup();
	//boolalphaof2();	//open when needed test
}
예제 #4
0
파일: init.c 프로젝트: Avanznow/rtems
void test (void)
{
  test_scandir();
}