Always enable BB_TEST when BB_ASH, BB_LASH, or BB_MSH is enabled

1_00_stable_10817
Eric Andersen 2001-10-03 23:37:24 +00:00
parent 371ca19f53
commit fd35de564e
1 changed files with 4 additions and 0 deletions

View File

@ -437,6 +437,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