llvm-project/libc/test/utils
Caitlyn Cano fa7a9ef178 [libc] Add option to run specific tests
This addition reads command line input to run specific single tests
within a larger call to run all the tests for a particular function.
When the user adds a second argument to the command line, the code skips
all the tests that don't match the user's specified binary. If the user
doesn't specify a test correctly and/or no tests are run, a failure
message prints.

Reviewed By: sivachandra, aeubanks

Differential Revision: https://reviews.llvm.org/D105843
2021-07-23 16:08:13 +00:00
..
CPP [libc][NFC][Obvious] Compare against size_t values in ArrayRef tests. 2021-06-09 00:14:05 +00:00
FPUtil [libc] Normalize LIBC_TARGET_MACHINE 2021-05-05 15:52:42 +00:00
UnitTest [libc] Add option to run specific tests 2021-07-23 16:08:13 +00:00
tools [libc][NFC] add "LlvmLibc" as a prefix to all test names 2021-01-20 23:15:36 +00:00
CMakeLists.txt [libc] Add option to run specific tests 2021-07-23 16:08:13 +00:00