diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-10 04:16:43 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-10 04:16:43 +0200 |
commit | ff0e875e02487b61dcc520b295feb6477b859065 (patch) | |
tree | 234845d306bf04446b9839c51b06d18d5f9dc9a6 /testsuite/ash.tests | |
parent | 572b9a3019caf0929a41a45e1f3a8c7e59ec141c (diff) | |
download | busybox-w32-ff0e875e02487b61dcc520b295feb6477b859065.tar.gz busybox-w32-ff0e875e02487b61dcc520b295feb6477b859065.tar.bz2 busybox-w32-ff0e875e02487b61dcc520b295feb6477b859065.zip |
work on adding testsuite runs to randomconfig test builds
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/ash.tests')
-rwxr-xr-x | testsuite/ash.tests | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/ash.tests b/testsuite/ash.tests index ce585beb1..183394a20 100755 --- a/testsuite/ash.tests +++ b/testsuite/ash.tests | |||
@@ -9,6 +9,10 @@ | |||
9 | 9 | ||
10 | test -f "$bindir/.config" && . "$bindir/.config" | 10 | test -f "$bindir/.config" && . "$bindir/.config" |
11 | 11 | ||
12 | test x"CONFIG_SCRIPT" = x"y" || exit 0 | ||
13 | test x"CONFIG_HEXDUMP" = x"y" || exit 0 | ||
14 | test x"CONFIG_FEATURE_DEVPTS" = x"y" || exit 0 | ||
15 | |||
12 | # testing "test name" "options" "expected result" "file input" "stdin" | 16 | # testing "test name" "options" "expected result" "file input" "stdin" |
13 | 17 | ||
14 | if test x"$CONFIG_UNICODE_PRESERVE_BROKEN" = x"y"; then | 18 | if test x"$CONFIG_UNICODE_PRESERVE_BROKEN" = x"y"; then |