mirror of
https://github.com/llvm-mirror/libcxx.git
synced 2025-10-21 06:40:06 +08:00
[test] Permit NetBSD in filesystem_dynamic_test_helper.py
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@348872 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -4,7 +4,8 @@ import stat
|
||||
|
||||
# Ensure that this is being run on a specific platform
|
||||
assert sys.platform.startswith('linux') or sys.platform.startswith('darwin') \
|
||||
or sys.platform.startswith('cygwin') or sys.platform.startswith('freebsd')
|
||||
or sys.platform.startswith('cygwin') or sys.platform.startswith('freebsd') \
|
||||
or sys.platform.startswith('netbsd')
|
||||
|
||||
def env_path():
|
||||
ep = os.environ.get('LIBCXX_FILESYSTEM_DYNAMIC_TEST_ROOT')
|
||||
|
Reference in New Issue
Block a user