ready for the next step ?
This commit is contained in:
8
tbb.c
8
tbb.c
@@ -101,11 +101,13 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
int foo;
|
||||
|
||||
printf("*** Bubulles Testing -- %s %s\n", __DATE__, __TIME__);
|
||||
|
||||
bubulles_version(0);
|
||||
|
||||
// test_alloc_free(5);
|
||||
// test_push_pop(2000);
|
||||
// test_cleanfill_my_bublist(999);
|
||||
test_alloc_free(5);
|
||||
test_push_pop(2000);
|
||||
test_cleanfill_my_bublist(999);
|
||||
|
||||
foo = test_peek_poke(5000);
|
||||
fprintf(stderr, "test peek/poke -> %d\n", foo);
|
||||
|
||||
Reference in New Issue
Block a user