diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-25 03:33:41 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-25 03:33:41 +0000 |
commit | 66dfcf4efb68ace12d46e5a71a169ed8e8f432b8 (patch) | |
tree | 64a501e1003f125a5d433b8b825fa1d5272744a4 /test | |
parent | cac6ed4e68078655bf86749d86eb4330541ef4e6 (diff) |
test/regex/tst-regex2.c: fix the rest of testsuite failures
Diffstat (limited to 'test')
-rw-r--r-- | test/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/README b/test/README index 2bc92ab4b..31db8f410 100644 --- a/test/README +++ b/test/README @@ -19,11 +19,15 @@ 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 - V / VERBOSE - run tests with a lot of output - TEST_INSTALLED_UCLIBC - Test installed libraries under /lib and /usr/lib. + - TIMEOUTFACTOR=nn - increase test timeout nn times. + At least REGEX_OLD + regex/tst-regex2 needs it increased. + So, to just run the uClibc tests, try this: make check UCLIBC_ONLY=1 |