diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-08-21 23:01:39 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-08-21 23:01:39 +0000 |
commit | 317249acfe3c2547620ba675c9ee133a7e90e0ae (patch) | |
tree | 86c840674791a0c84b385e4a07edbca91f47e3dd /tests | |
parent | dc11f84ee8f5de4b26146708e33553163c6d5353 (diff) | |
download | busybox-w32-317249acfe3c2547620ba675c9ee133a7e90e0ae.tar.gz busybox-w32-317249acfe3c2547620ba675c9ee133a7e90e0ae.tar.bz2 busybox-w32-317249acfe3c2547620ba675c9ee133a7e90e0ae.zip |
Script to do regression test, by combining all possible options.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@972 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index 508bc64f2..8ad304d86 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
@@ -8,6 +8,7 @@ message_header: | |||
8 | @echo | 8 | @echo |
9 | @echo BusyBox Test Suite. | 9 | @echo BusyBox Test Suite. |
10 | @echo | 10 | @echo |
11 | (cd ..; tests/busybox.REGRESS.sh) | ||
11 | 12 | ||
12 | clean:: | 13 | clean:: |
13 | 14 | ||