예제 #1
0
파일: init.c 프로젝트: gedare/rtems
static void Init(rtems_task_argument arg)
{
  TEST_BEGIN();

  test_with_request_server();
  test_with_request_self();
  test_with_timeout();

  TEST_END();

  rtems_test_exit(0);
}
예제 #2
0
파일: init.c 프로젝트: AlexShiLucky/rtems
static void Init(rtems_task_argument arg)
{
  TEST_BEGIN();

  test_with_normal_and_system_event();
  test_with_timeout();
  test_with_invalid_receiver();
  test_with_invalid_address();
  test_get_pending_events();

  TEST_END();

  rtems_test_exit(0);
}