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