Rev 2042 | Rev 2053 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2042 | Rev 2050 | ||
---|---|---|---|
Line 150... | Line 150... | ||
150 | slab_cache_destroy(thr_cache); |
150 | slab_cache_destroy(thr_cache); |
151 | printf("Test complete.\n"); |
151 | printf("Test complete.\n"); |
152 | 152 | ||
153 | } |
153 | } |
154 | 154 | ||
155 | char * test_slab1(void) |
155 | char * test_slab1(bool quiet) |
156 | { |
156 | { |
157 | testsimple(); |
157 | testsimple(); |
158 | testthreads(); |
158 | testthreads(); |
159 | 159 | ||
160 | return NULL; |
160 | return NULL; |