Mercurial > ecos
comparison packages/services/memalloc/common/current/tests/malloc2.c @ 163:0d2b193a635f
Merge from eCos master repository on 2001-06-22-17:38:39-BST
| author | jlarmour |
|---|---|
| date | Fri, 22 Jun 2001 18:18:44 +0000 |
| parents | 518f42066aba |
| children | e0c0827131d1 |
comparison
equal
deleted
inserted
replaced
| 162:2395031e7a66 | 163:0d2b193a635f |
|---|---|
| 61 # define NA_MSG "Requires mallinfo" | 61 # define NA_MSG "Requires mallinfo" |
| 62 #endif | 62 #endif |
| 63 | 63 |
| 64 #ifdef NA_MSG | 64 #ifdef NA_MSG |
| 65 void | 65 void |
| 66 cyg_start() | 66 cyg_start(void) |
| 67 { | 67 { |
| 68 CYG_TEST_INIT(); | 68 CYG_TEST_INIT(); |
| 69 CYG_TEST_NA( NA_MSG ); | 69 CYG_TEST_NA( NA_MSG ); |
| 70 CYG_TEST_FINISH("Done"); | 70 CYG_TEST_FINISH("Done"); |
| 71 } | 71 } |
