Home
last modified time | relevance | path

Searched refs:KUNIT_EXPECT_GT_MSG (Results 1 – 3 of 3) sorted by relevance

/linux/include/kunit/
H A Drun-in-irq-context.h140 KUNIT_EXPECT_GT_MSG(test, atomic_read(&state.hardirq_func_calls), 0, in kunit_run_irq_test()
142 KUNIT_EXPECT_GT_MSG(test, atomic_read(&state.softirq_func_calls), 0, in kunit_run_irq_test()
H A Dtest.h1160 KUNIT_EXPECT_GT_MSG(test, left, right, NULL)
1162 #define KUNIT_EXPECT_GT_MSG(test, left, right, fmt, ...) \ macro
/linux/lib/kunit/
H A Dkunit-example-test.c150 KUNIT_EXPECT_GT_MSG(test, sizeof(int), 0, "Your ints are 0-bit?!"); in example_all_expect_macros_test()