aboutsummaryrefslogtreecommitdiff
path: root/runtime/test/lit.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/test/lit.cfg')
-rw-r--r--runtime/test/lit.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/test/lit.cfg b/runtime/test/lit.cfg
index 6316ae7..ac5f446 100644
--- a/runtime/test/lit.cfg
+++ b/runtime/test/lit.cfg
@@ -103,6 +103,9 @@ if config.libomp_omp_version >= 40:
if 'Linux' in config.operating_system:
config.available_features.add("linux")
+if config.operating_system == 'NetBSD':
+ config.available_features.add("netbsd")
+
if config.operating_system in ['Linux', 'Windows']:
config.available_features.add('affinity')