diff options
Diffstat (limited to 'compiler-rt/lib/asan/tests/asan_test_config.h')
| -rw-r--r-- | compiler-rt/lib/asan/tests/asan_test_config.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/tests/asan_test_config.h b/compiler-rt/lib/asan/tests/asan_test_config.h index 4fc3b0c0d42..1d28e99a4b1 100644 --- a/compiler-rt/lib/asan/tests/asan_test_config.h +++ b/compiler-rt/lib/asan/tests/asan_test_config.h @@ -48,7 +48,11 @@ using std::map; #endif #ifndef ASAN_LOW_MEMORY -#define ASAN_LOW_MEMORY 0 +# define ASAN_LOW_MEMORY 0 +#endif + +#ifndef ASAN_AVOID_EXPENSIVE_TESTS +# define ASAN_AVOID_EXPENSIVE_TESTS 0 #endif #define ASAN_PCRE_DOTALL "" |

