aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-10-03 23:37:24 +0000
committerEric Andersen <andersen@codepoet.org>2001-10-03 23:37:24 +0000
commitfd35de564ea822e7fec620eaf402783946dfbf63 (patch)
treee0154574af4dfff4e2989da33c25203256f7c5eb
parent371ca19f5346d626f0c75c8d53aa5e3fb2e85c43 (diff)
downloadbusybox-w32-fd35de564ea822e7fec620eaf402783946dfbf63.tar.gz
busybox-w32-fd35de564ea822e7fec620eaf402783946dfbf63.tar.bz2
busybox-w32-fd35de564ea822e7fec620eaf402783946dfbf63.zip
Always enable BB_TEST when BB_ASH, BB_LASH, or BB_MSH is enabled
-rw-r--r--Config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Config.h b/Config.h
index 551b0e5c6..95eb3de4b 100644
--- a/Config.h
+++ b/Config.h
@@ -437,6 +437,10 @@
437 #undef BB_FEATURE_SH_FANCY_PROMPT 437 #undef BB_FEATURE_SH_FANCY_PROMPT
438#endif 438#endif
439// 439//
440#if (defined BB_ASH || defined BB_HUSH || defined BB_MSH) && ! defined BB_TEST
441 #define BB_TEST
442#endif
443//
440#ifdef BB_KILLALL 444#ifdef BB_KILLALL
441 #ifndef BB_KILL 445 #ifndef BB_KILL
442 #define BB_KILL 446 #define BB_KILL