Rev 2027 | Rev 2050 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2027 | Rev 2028 | ||
|---|---|---|---|
| Line 52... | Line 52... | ||
| 52 | extern char * test_mips1(void); |
52 | extern char * test_mips1(void); |
| 53 | extern char * test_fault1(void); |
53 | extern char * test_fault1(void); |
| 54 | extern char * test_fpu1(void); |
54 | extern char * test_fpu1(void); |
| 55 | extern char * test_sse1(void); |
55 | extern char * test_sse1(void); |
| 56 | extern char * test_mips2(void); |
56 | extern char * test_mips2(void); |
| 57 | extern void test_falloc1(void); |
57 | extern char * test_falloc1(void); |
| 58 | extern void test_falloc2(void); |
58 | extern char * test_falloc2(void); |
| 59 | extern void test_mapping1(void); |
59 | extern char * test_mapping1(void); |
| 60 | extern void test_purge1(void); |
60 | extern char * test_purge1(void); |
| 61 | extern void test_slab1(void); |
61 | extern char * test_slab1(void); |
| 62 | extern void test_slab2(void); |
62 | extern char * test_slab2(void); |
| 63 | extern void test_rwlock1(void); |
63 | extern char * test_rwlock1(void); |
| 64 | extern void test_rwlock2(void); |
64 | extern char * test_rwlock2(void); |
| 65 | extern void test_rwlock3(void); |
65 | extern char * test_rwlock3(void); |
| 66 | extern void test_rwlock4(void); |
66 | extern char * test_rwlock4(void); |
| 67 | extern void test_rwlock5(void); |
67 | extern char * test_rwlock5(void); |
| 68 | extern void test_semaphore1(void); |
68 | extern char * test_semaphore1(void); |
| 69 | extern void test_semaphore2(void); |
69 | extern char * test_semaphore2(void); |
| 70 | extern void test_print1(void); |
70 | extern char * test_print1(void); |
| 71 | extern void test_thread1(void); |
71 | extern char * test_thread1(void); |
| 72 | extern void test_sysinfo1(void); |
72 | extern char * test_sysinfo1(void); |
| 73 | 73 | ||
| 74 | extern test_t tests[]; |
74 | extern test_t tests[]; |
| 75 | 75 | ||
| 76 | #endif |
76 | #endif |
| 77 | 77 | ||