projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41a8269
)
Always enable BB_TEST when BB_ASH, BB_LASH, or BB_MSH is enabled
author
Eric Andersen
<andersen@codepoet.org>
Wed, 3 Oct 2001 23:35:05 +0000
(23:35 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 3 Oct 2001 23:35:05 +0000
(23:35 -0000)
busybox/Config.h
patch
|
blob
|
history
diff --git
a/busybox/Config.h
b/busybox/Config.h
index c46e2d282ac8593d8ac77291c4aa280f779f36b3..e832eae7a1e9c365e8b96a240d423958dc4fe3d7 100644
(file)
--- a/
busybox/Config.h
+++ b/
busybox/Config.h
@@
-432,6
+432,10
@@
#undef BB_FEATURE_SH_FANCY_PROMPT
#endif
//
+#if (defined BB_ASH || defined BB_HUSH || defined BB_MSH) && ! defined BB_TEST
+ #define BB_TEST
+#endif
+//
#ifdef BB_KILLALL
#ifndef BB_KILL
#define BB_KILL