Rev 2020 | Rev 2022 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2020 | Rev 2021 | ||
---|---|---|---|
Line 48... | Line 48... | ||
48 | extern void test_atomic1(void); |
48 | extern void test_atomic1(void); |
49 | extern void test_btree1(void); |
49 | extern void test_btree1(void); |
50 | extern void test_mips1(void); |
50 | extern void test_mips1(void); |
51 | extern void test_fault1(void); |
51 | extern void test_fault1(void); |
52 | extern void test_fpu1(void); |
52 | extern void test_fpu1(void); |
- | 53 | extern void test_sse1(void); |
|
- | 54 | extern void test_mips2(void); |
|
- | 55 | extern void test_falloc1(void); |
|
- | 56 | extern void test_falloc2(void); |
|
- | 57 | extern void test_mapping1(void); |
|
- | 58 | extern void test_purge1(void); |
|
- | 59 | extern void test_slab1(void); |
|
- | 60 | extern void test_slab2(void); |
|
53 | 61 | ||
54 | extern test_t tests[]; |
62 | extern test_t tests[]; |
55 | 63 | ||
56 | #endif |
64 | #endif |
57 | 65 |