Turn on tests in CMake by default.

This commit is contained in:
Ye Luo 2021-01-28 19:26:34 -06:00
parent f24b4d583c
commit cfe5587a53
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ endif()
option(QE_ENABLE_MPI
"enable distributed execution support via MPI" ON)
option(QE_ENABLE_TEST
"enable unit tests" OFF)
"enable unit tests" ON)
option(QE_ENABLE_TRACE
"enable execution tracing output" OFF)
option(QE_ENABLE_MPI_INPLACE