ready for the next step ?

This commit is contained in:
2018-11-13 13:20:35 +01:00
parent 6dfe77cfea
commit 8c90fa0356
3 changed files with 13 additions and 5 deletions

8
tbb.c
View File

@@ -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);