mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-13 03:12:46 +00:00
[mlir] [integration_test] Make integration tests default OFF
Summary: Previous submit of new tests accidentally made this ON. The tests should be opt-in. To build with MLIR integration tests enabled, pass the following cmake .... \ -DMLIR_INCLUDE_INTEGRATION_TESTS=ON \ .... Reviewers: mehdi_amini Subscribers: mgorny, mehdi_amini, rriddle, jpienaar, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, liufengdb, stephenneuendorffer, Joonsoo, grosul1, frgossen, Kayjukh, jurahul, msifontes Tags: #mlir Differential Revision: https://reviews.llvm.org/D81878
This commit is contained in:
parent
2d8e105db6
commit
8d73ab8ddc
@ -49,8 +49,7 @@ option(MLIR_INCLUDE_TESTS
|
||||
${LLVM_INCLUDE_TESTS})
|
||||
|
||||
option(MLIR_INCLUDE_INTEGRATION_TESTS
|
||||
"Generate build targets for the MLIR integration tests."
|
||||
${LLVM_INCLUDE_TESTS})
|
||||
"Generate build targets for the MLIR integration tests.")
|
||||
|
||||
include_directories( "include")
|
||||
include_directories( ${MLIR_INCLUDE_DIR})
|
||||
|
Loading…
x
Reference in New Issue
Block a user