ADD_TEST_USE
ADD_TEST_USE(tp, isalpha);
ADD_TEST_USE(tp, isupper);
ADD_TEST_USE(tp, islower);
ADD_TEST_USE(tp, isdigit);
ADD_TEST_USE(tp, isxdigit);
ADD_TEST_USE(tp, isalnum);
ADD_TEST_USE(tp, isspace);
ADD_TEST_USE(tp, ispunct);
ADD_TEST_USE(tp, isprint);
ADD_TEST_USE(tp, isgraph);
ADD_TEST_USE(tp, iscntrl);
ADD_TEST_USE(tp, isblank);
ADD_TEST_USE(tp, toupper);
ADD_TEST_USE(tp, tolower);