6 lines
94 B
C
6 lines
94 B
C
#define TEST_VARIANTS 10
|
|
|
|
static struct tst_test test = {
|
|
.test_variants = TEST_VARIANTS,
|
|
};
|