##############################################################################
# \file  CMakeLists.txt
# \brief CMakeLists file to configure build system of tests and to add tests.
#
# For copyright information please see Copyright.txt in the root
# directory of the project.
#
# Contact: SBIA Group <sbia-software@uphs.upenn.edu>
##############################################################################

# ============================================================================
# default options
# ============================================================================

sbia_add_tests_of_default_options (OdvbaCreateIndex)
sbia_add_tests_of_default_options (OdvbaCreateNI)
sbia_add_tests_of_default_options (Odvba)

if (MPI_FOUND)
  sbia_add_tests_of_default_options (OdvbaMPI)
endif ()
