6 lines
105 B
C
6 lines
105 B
C
static int variants[] = {1};
|
|
|
|
static struct tst_test test = {
|
|
.test_variants = ARRAY_SIZE(variants),
|
|
};
|