diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-08-21 23:01:39 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-08-21 23:01:39 +0000 |
commit | fba9c00071eff20f65b8ff6b1e5fa7e5933e038d (patch) | |
tree | 86c840674791a0c84b385e4a07edbca91f47e3dd /tests/Makefile | |
parent | acf55510991ac5945579e2334481cecee0c44106 (diff) | |
download | busybox-fba9c00071eff20f65b8ff6b1e5fa7e5933e038d.tar.gz |
Script to do regression test, by combining all possible options.
-Erik
Diffstat (limited to 'tests/Makefile')
-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: @echo @echo BusyBox Test Suite. @echo + (cd ..; tests/busybox.REGRESS.sh) clean:: |