diff options
Diffstat (limited to 'test/lit.cfg')
| -rw-r--r-- | test/lit.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit.cfg b/test/lit.cfg index 131369f8..fb479a86 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -195,7 +195,7 @@ if config.enable_libcxx: config.available_features.add('{}libcxx'.format('' if config.enable_libcxx else 'not-')) # Target operating system features -supported_targets = ['linux', 'darwin'] +supported_targets = ['linux', 'darwin', 'freebsd'] for target in supported_targets: if config.target_triple.find(target) != -1: config.available_features.add(target) |
