diff options
author | Khem Raj <kraj@mvista.com> | 2007-03-05 20:49:57 +0000 |
---|---|---|
committer | Khem Raj <kraj@mvista.com> | 2007-03-05 20:49:57 +0000 |
commit | d81e53c5fa66c5accc0d436e58c36fd62f7fee0c (patch) | |
tree | 20594c79961a4fc45850d344e923377d19a394b3 /test/README | |
parent | 530155cb274b725f3c275b19c6dc6c5875ad9b60 (diff) |
New test targets 'compile' and 'run'
Diffstat (limited to 'test/README')
-rw-r--r-- | test/README | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/test/README b/test/README index fe07a53f5..b59945c54 100644 --- a/test/README +++ b/test/README @@ -1,14 +1,29 @@ ----------- For: User ----------- +Following make targets are avaialable + +make compile + +This will compile and link the tests + +make run + +This will check for binaries if they are not there it +will call 'compile' target then it will execute all the +tests. + +make check +make all + +This will build and run tests. 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 - + - TEST_INSTALLED_UCLIBC - Test installed libraries + under /lib and /usr/lib. So, to just run the uClibc tests, try this: make check UCLIBC_ONLY=1 |