cmp_i
{ "sawtooth_i", fill_sawtooth_i, test_perturbed_i, cmp_i, cmp_checked_i },
{ "random_i", fill_random_i, test_perturbed_i, cmp_i, cmp_checked_i },
{ "stagger_i", fill_stagger_i, test_perturbed_i, cmp_i, cmp_checked_i },
{ "plateau_i", fill_plateau_i, test_perturbed_i, cmp_i, cmp_checked_i },
{ "shuffle_i", fill_shuffle_i, test_perturbed_i, cmp_i, cmp_checked_i },
{ "bsd_killer_i", fill_bsd_killer_i, test_simple_i, cmp_i, cmp_checked_i },
{ "med3_killer_i", fill_med3_killer_i, test_simple_i, cmp_i, cmp_checked_i },
{ "antiqsort", NULL, test_antiqsort, cmp_i, cmp_checked_i },