1 #define TEST_VARIANTS 10 2 3 static struct tst_test test = { 4 .test_variants = TEST_VARIANTS, 5 }; 6