diff options
Diffstat (limited to 'libcxx/test/lit.cfg')
-rw-r--r-- | libcxx/test/lit.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/lit.cfg b/libcxx/test/lit.cfg index 8121da13dd0..512935c3ecb 100644 --- a/libcxx/test/lit.cfg +++ b/libcxx/test/lit.cfg @@ -146,7 +146,7 @@ else: cxx_has_stdcxx0x_flag = getattr(config, 'cxx_has_stdcxx0x_flag', True) # Configure extra compiler flags. -include_paths = ['-I' + libcxx_src_root + '/include'] +include_paths = ['-I' + libcxx_src_root + '/include', '-I' + libcxx_src_root + '/test/support'] library_paths = ['-L' + libcxx_obj_root + '/lib'] compile_flags = [] if cxx_has_stdcxx0x_flag: |