blob: 6a138d372c457b0a58d453473d7066117982248d [file] [log] [blame]
// Transitional: controls which names we should use for kunit structs.
#ifdef CONFIG_KUNIT_USE_UPSTREAM_NAMES
#define KUNIT_T kunit
#else
#define KUNIT_T test
#endif