diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-11-18 15:04:54 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-11-18 15:04:54 +0000 |
commit | 4dd72a937aed8056163addafe74fc38fa906db3b (patch) | |
tree | 5662f114596de9cc3b2d8ed24e446c38a9efdc0c /test/README | |
parent | 0113e25233e93d2ecae38c6849470b0b0deb2aee (diff) |
Add CHECK_ONLY option to allow for running the tests on the target instead of attempting to link or compile them. Perhaps I don't fully understand the test structure, but for TLS and NPTL the tests cannot be compiled on the target without a full source tree.
Diffstat (limited to 'test/README')
-rw-r--r-- | test/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/README b/test/README index 18d34e88a..4704b57c5 100644 --- a/test/README +++ b/test/README @@ -6,6 +6,7 @@ The following make variables may help you in testing: - UCLIBC_ONLY - only run tests against uClibc - GLIBC_ONLY - only run tests against glibc - COMPILE_ONLY - just build the tests, don't run them + - CHECK_ONLY - only run the tests, don't compile or link them - V / VERBOSE - run tests with a lot of output So, to just run the uClibc tests, try this: |