diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-14 13:40:40 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-14 13:46:51 (GMT) |
commit | 2e9b08af642254274a72b77c1e278538300dbb04 (patch) | |
tree | 7b896b756fce9c8c97811e5c174f375ffbb004a6 /CMakeLists.txt | |
parent | a5e759e229807d7d95a3dddcd8561208d80a2fde (diff) |
Add option to build TNG testing binary.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 02cb2bb..4abb45f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,6 +10,7 @@ include_directories(${CMAKE_SOURCE_DIR}/include) option(TNG_BUILD_FORTRAN "Build Fortran compatible library and examples for testing" OFF) option(TNG_BUILD_EXAMPLES "Build examples showing usage of the TNG API" ON) +option(TNG_BUILD_TEST "Build tng testing binary." ON) option(TNG_BUILD_COMPRESSION_TESTS "Build tests of the TNG compression library" OFF) option(TNG_USE_OPENMP "Try to use the OpenMP library (if available)" OFF) |