diff options
Diffstat (limited to 'test/asan/lit.cfg')
-rw-r--r-- | test/asan/lit.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/asan/lit.cfg b/test/asan/lit.cfg index 063c33b02697d..e25dd297aa3b0 100644 --- a/test/asan/lit.cfg +++ b/test/asan/lit.cfg @@ -114,6 +114,7 @@ asan_lit_source_dir = get_required_attr(config, "asan_lit_source_dir") if config.android == "1": config.available_features.add('android') compile_wrapper = os.path.join(asan_lit_source_dir, "android_commands", "android_compile.py") + " " + config.compile_wrapper = compile_wrapper else: config.available_features.add('not-android') |