[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:
aartbik 2020-06-15 13:54:18 -07:00
parent 2d8e105db6
commit 8d73ab8ddc
1 changed files with 1 additions and 2 deletions

View File

@ -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})