diff options
Diffstat (limited to 'lld/test/lit.cfg.py')
| -rw-r--r-- | lld/test/lit.cfg.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/test/lit.cfg.py b/lld/test/lit.cfg.py index ae0dd187c60..97fcaac218e 100644 --- a/lld/test/lit.cfg.py +++ b/lld/test/lit.cfg.py @@ -73,6 +73,7 @@ llvm_config.feature_config( # Set a fake constant version so that we get consitent output. config.environment['LLD_VERSION'] = 'LLD 1.0' +config.environment['LLD_IN_TEST'] = '1' # Indirectly check if the mt.exe Microsoft utility exists by searching for # cvtres, which always accompanies it. Alternatively, check if we can use |

