[libc++] Add missing sitedir to local Lit config

It relied on the site dir being added by a previous config file.
This commit is contained in:
Louis Dionne 2020-06-12 14:57:03 -04:00
parent 58de24ce6c
commit 9c2c698fd4
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
import os
import site
site.addsitedir(os.path.join(os.path.dirname(__file__), '..', '..', '..', '..', 'utils'))
import libcxx.test.newformat
if not isinstance(config.test_format, libcxx.test.newformat.CxxStandardLibraryTest):