[Mlir-commits] [mlir] 0f567f0 - [mlir] [test] Add missing tool substitutions

Michał Górny llvmlistbot at llvm.org
Sun Oct 3 12:28:46 PDT 2021


Author: Michał Górny
Date: 2021-10-03T21:28:13+02:00
New Revision: 0f567f0e3ed8cd76a25f49c53c2707cc7e2b2088

URL: https://github.com/llvm/llvm-project/commit/0f567f0e3ed8cd76a25f49c53c2707cc7e2b2088
DIFF: https://github.com/llvm/llvm-project/commit/0f567f0e3ed8cd76a25f49c53c2707cc7e2b2088.diff

LOG: [mlir] [test] Add missing tool substitutions

Add missing mlir-capi-*-test tool substitutions in order to fix CAPI
test failures when mlir is not installed yet.

Differential Revision: https://reviews.llvm.org/D110991

Added: 
    

Modified: 
    mlir/test/lit.cfg.py

Removed: 
    


################################################################################
diff  --git a/mlir/test/lit.cfg.py b/mlir/test/lit.cfg.py
index bcb40ccdc10d2..206f4b4777f21 100644
--- a/mlir/test/lit.cfg.py
+++ b/mlir/test/lit.cfg.py
@@ -60,8 +60,11 @@
     'mlir-tblgen',
     'mlir-translate',
     'mlir-lsp-server',
+    'mlir-capi-execution-engine-test',
     'mlir-capi-ir-test',
+    'mlir-capi-llvm-test',
     'mlir-capi-pass-test',
+    'mlir-capi-sparse-tensor-test',
     'mlir-cpu-runner',
     'mlir-linalg-ods-yaml-gen',
     'mlir-reduce',


        


More information about the Mlir-commits mailing list