Skip to content

Commit bec681f

Browse files
committed
Updated
1 parent 039362a commit bec681f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unittest/unittest.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,6 +1148,7 @@ int main(const int argc, const char **argv) {
11481148
int nrTests = 0;
11491149
printf("Mapcode C Library Unit Tests\n");
11501150
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);
11511152

11521153
printf("-----------------------------------------------------------\nRobustness tests\n");
11531154
nrTests += robustness_tests();

0 commit comments

Comments
 (0)