Lines Matching refs:libc
2 Testing libc++
11 libc++ uses LIT to configure and run its tests.
13 The primary way to run the libc++ tests is by using ``make check-cxx``.
15 However since libc++ can be used in any number of possible
18 test libc++.
27 After building libc++, you can run parts of the libc++ test suite by simply
47 fake installation root of libc++. This installation root has to be updated when
64 If you want to customize how to run the libc++ test suite beyond what is available
67 The libc++ test suite works by loading a site configuration that defines various
71 extended for custom needs, in particular when porting the libc++ test suite to
77 By default, the libc++ test suite will use a site configuration that matches
98 The libc++ test suite uses a few optional tools to improve the code quality.
101 - clang-tidy (you might need additional dev packages to compile libc++-specific clang-tidy checks)
106 When writing tests for the libc++ test suite, you should follow a few guidelines.
131 is stored in the libc++ repository.
152 built against the just-built libc++. The compiled tests are output into
157 is useful for comparing the performance of libc++ to other standard libraries.
158 The compiled benchmarks are named ``<test>.libcxx.out`` if they test libc++ and