test_entry
((struct test_entry *)a)->name,
((struct test_entry *)b)->name);
qsort(entries, ntests, sizeof(struct test_entry), test_entry_cmp);