Searched refs:TEST_COUNT (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c5403 # define TEST_COUNT 55 macro
5406 if (successful_tests == TEST_COUNT)
5409 printf(COLOR_RED "%d" COLOR_DEFAULT " (" COLOR_RED "%d%%" COLOR_DEFAULT ") tests are " COLOR_RED "FAILED" COLOR_DEFAULT " ", TEST_COUNT - successful_tests, (TEST_COUNT - successful_tests) * 100 / 47);
5412 # undef TEST_COUNT macro

Completed in 215 milliseconds