Rev 2019 | Rev 2021 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2019 | Rev 2020 | ||
---|---|---|---|
Line 40... | Line 40... | ||
40 | 40 | ||
41 | typedef struct { |
41 | typedef struct { |
42 | char * name; |
42 | char * name; |
43 | char * desc; |
43 | char * desc; |
44 | function entry; |
44 | function entry; |
- | 45 | bool safe; |
|
45 | } test_t; |
46 | } test_t; |
46 | 47 | ||
47 | extern void test_atomic1(void); |
48 | extern void test_atomic1(void); |
- | 49 | extern void test_btree1(void); |
|
- | 50 | extern void test_mips1(void); |
|
- | 51 | extern void test_fault1(void); |
|
- | 52 | extern void test_fpu1(void); |
|
48 | 53 | ||
49 | extern test_t tests[]; |
54 | extern test_t tests[]; |
50 | 55 | ||
51 | #endif |
56 | #endif |
52 | 57 |