Always enable BB_TEST when BB_ASH, BB_LASH, or BB_MSH is enabled
authorEric Andersen <andersen@codepoet.org>
Wed, 3 Oct 2001 23:35:05 +0000 (23:35 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 3 Oct 2001 23:35:05 +0000 (23:35 -0000)
busybox/Config.h

index c46e2d282ac8593d8ac77291c4aa280f779f36b3..e832eae7a1e9c365e8b96a240d423958dc4fe3d7 100644 (file)
        #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