comparison packages/services/memalloc/common/current/tests/malloc2.c @ 126:518f42066aba ecos-sw-2000-09-19

Merge from eCos master repository on 2000-09-19-06:25:26-BST
author jlarmour
date Tue, 19 Sep 2000 05:53:51 +0000
parents 6ed91473a1cd
children 0d2b193a635f
comparison
equal deleted inserted replaced
125:b4407dc7f59d 126:518f42066aba
236 if (j==NUM_ITERATIONS) 236 if (j==NUM_ITERATIONS)
237 CYG_TEST_PASS("Stress test completed successfully"); 237 CYG_TEST_PASS("Stress test completed successfully");
238 238
239 CYG_TEST_FINISH("Finished stress tests from testcase " __FILE__ " for C " 239 CYG_TEST_FINISH("Finished stress tests from testcase " __FILE__ " for C "
240 "library malloc(), calloc() and free() functions"); 240 "library malloc(), calloc() and free() functions");
241
242 return 0;
241 } // main() 243 } // main()
242 244
243 #endif // ifndef NA_MSG 245 #endif // ifndef NA_MSG
244 246
245 // EOF malloc2.c 247 // EOF malloc2.c