From 66dfcf4efb68ace12d46e5a71a169ed8e8f432b8 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 25 Dec 2008 03:33:41 +0000 Subject: test/regex/tst-regex2.c: fix the rest of testsuite failures --- test/README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') 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 -- cgit v1.2.3