Home
last modified time | relevance | path

Searched refs:TOTAL_TESTS (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dtest_so_rcv.sh8 TOTAL_TESTS=0
17 ((TOTAL_TESTS++))
68 echo "FAIL - $FAILED_TESTS/$TOTAL_TESTS tests failed"
71 echo "OK - All $TOTAL_TESTS tests passed"
/linux/tools/testing/selftests/x86/
H A Dtest_vsyscall.c27 #define TOTAL_TESTS 13 macro
29 #define TOTAL_TESTS 8 macro
511 int total_tests = TOTAL_TESTS; in main()