RTEMS 6.1-rc6
|
#include <rtems.h>
#include <setjmp.h>
#include <string.h>
#include <rtems/score/atomic.h>
#include <rtems/score/isrlevel.h>
#include <rtems/score/threaddispatch.h>
#include "tx-support.h"
#include <rtems/test.h>
Data Structures | |
struct | ScoreValFatal_Context |
Test context for spec:/score/val/fatal test case. More... | |
Typedefs | |
typedef ScoreValFatal_Context | Context |
Functions | |
T_TEST_CASE_FIXTURE (ScoreValFatal, &ScoreValFatal_Fixture) | |