Mercurial > ecos
comparison packages/services/memalloc/common/current/tests/malloc3.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 |
|---|---|
| 60 # define NA_MSG "Requires mallinfo" | 60 # define NA_MSG "Requires mallinfo" |
| 61 #endif | 61 #endif |
| 62 | 62 |
| 63 #ifdef NA_MSG | 63 #ifdef NA_MSG |
| 64 void | 64 void |
| 65 cyg_start() | 65 cyg_start(void) |
| 66 { | 66 { |
| 67 CYG_TEST_INIT(); | 67 CYG_TEST_INIT(); |
| 68 CYG_TEST_NA( NA_MSG ); | 68 CYG_TEST_NA( NA_MSG ); |
| 69 CYG_TEST_FINISH("Done"); | 69 CYG_TEST_FINISH("Done"); |
| 70 } | 70 } |
