Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/include/
H A Dsubunit.h34 static inline void test_success(const char *name) in test_success() function
44 test_success(name); in test_finish()
/linux/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c225 int test_success; in main() local
230 test_success = run_test(cpu); in main()
231 switch (test_success) { in main()
/linux/tools/testing/selftests/drivers/net/bonding/
H A Dbond-eth-type-change.sh31 local test_success=$1
41 if [ $test_success -eq 1 ]; then