We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 039362a commit bec681fCopy full SHA for bec681f
unittest/unittest.c
@@ -1148,6 +1148,7 @@ int main(const int argc, const char **argv) {
1148
int nrTests = 0;
1149
printf("Mapcode C Library Unit Tests\n");
1150
printf("Library version %s (data version %s)\n", mapcode_cversion, mapcode_dataversion);
1151
+ printf("Using up to %d threads to test in parallel...\n", MAX_THREADS);
1152
1153
printf("-----------------------------------------------------------\nRobustness tests\n");
1154
nrTests += robustness_tests();
0 commit comments