Home
last modified time | relevance | path

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

/third_party/libinput/test/
Dlitest-selftest.c26 litest_assert_msg(1 == 2, "1 is not 2\n"); in START_TEST()
32 litest_assert_msg(1 == 2, NULL); in START_TEST()
38 litest_assert_msg(1 == 1, "1 is not 2\n"); in START_TEST()
39 litest_assert_msg(1 == 1, NULL); in START_TEST()
Dlitest.h130 #define litest_assert_msg(cond, ...) \ macro
Dlitest.c3419 litest_assert_msg(rc == 0, "Failed to create uinput device: %s\n", strerror(-rc)); in litest_create_uinput()