Skip to content

Commit 6c753db

Browse files
committed
only test upon spirv targe tenabled
1 parent 51754e0 commit 6c753db

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
spirv_backend_tests = [
2+
'native-spirv-builtins.mlir',
3+
]
4+
5+
# Exclude SPIRV backend tests if SPIRV target is disabled:
6+
if(not config.run_xevm_tests):
7+
config.excludes.update(spirv_backend_tests)

0 commit comments

Comments
 (0)