
##########################################################################
# Copyright (c) 2023, King Abdullah University of Science and Technology
# All rights reserved.
# MPCR is an R package provided by the STSDS group at KAUST
##########################################################################
if (${MPCR_INSTALL})
    set(TESTFILES
            ${CMAKE_CURRENT_SOURCE_DIR}/TestLinearAlgebra.cpp
            ${CMAKE_CURRENT_SOURCE_DIR}/TestTileLinearAlgebra.cpp
            ${TESTFILES}
            )
endif ()

set(TESTFILES

        ${CMAKE_CURRENT_SOURCE_DIR}/TestBasicOperations.cpp
        ${CMAKE_CURRENT_SOURCE_DIR}/TestBinaryOperations.cpp
        ${CMAKE_CURRENT_SOURCE_DIR}/TestMathematicalOperations.cpp
        ${TESTFILES}
        PARENT_SCOPE
        )
