1 static int variants[] = {1}; 2 3 static struct tst_test test = { 4 .test_variants = ARRAY_SIZE(variants), 5 }; 6