Skip to content

Commit c7de4a3

Browse files
authored
[OpenMP] Enable the affinity tests on FreeBSD, NetBSD and DragonFly (#85500)
FreeBSD, NetBSD and DragonFly also have affinity support. So enable the tests there as well.
1 parent a7eaae4 commit c7de4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmp/runtime/test/lit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ if config.operating_system == 'NetBSD':
129129
if config.operating_system == 'Darwin':
130130
config.available_features.add("darwin")
131131

132-
if config.operating_system in ['Linux', 'Windows']:
132+
if config.operating_system in ['Windows', 'Linux', 'FreeBSD', 'NetBSD', 'DragonFly']:
133133
config.available_features.add('affinity')
134134

135135
if config.operating_system in ['Linux']:

0 commit comments

Comments
 (0)