nap time NOW
This commit is contained in:
9
tbb.c
9
tbb.c
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* this is rudimentary test for the bubulles manager
|
||||
*
|
||||
* contact: <tth> on IRC freenode#tetalab
|
||||
* contact: <tTh> on IRC libera.chat#tetalab
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
@@ -191,6 +191,11 @@ fprintf(stderr, "***\n*** Bubulles Testing %s %s\n***\n",
|
||||
|
||||
bubulles_version(0);
|
||||
|
||||
if (argc < 2) { /* zero arguments */
|
||||
fprintf(stderr, "%s need a command\n", argv[0]);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
srand(getpid()); /* INIT RANDOM */
|
||||
|
||||
#if (0)
|
||||
@@ -202,7 +207,7 @@ fprintf(stderr, "test peek/poke -> %d\n", foo);
|
||||
#endif
|
||||
|
||||
|
||||
foo = essai_des_edges_A(25);
|
||||
foo = essai_des_edges_A(2500);
|
||||
fprintf(stderr, "test A des edges -> %d\n", foo);
|
||||
foo = essai_des_edges_B(5000);
|
||||
fprintf(stderr, "test B des edges -> %d\n", foo);
|
||||
|
||||
Reference in New Issue
Block a user