##############################################################################
# @file  CMakeLists.txt
# @brief Build configuration of software tests.
#
# Copyright (c) University of Pennsylvania. All rights reserved.
# See https://www.rad.upenn.edu/sbia/software/license.html or COPYING file.
#
# Contact: SBIA Group <sbia-software at uphs.upenn.edu>
##############################################################################

# ----------------------------------------------------------------------------
# unit tests of utilities
basis_add_test(test_utilities.cxx UNITTEST LINK_DEPENDS common)
