# ==============================================================================
#
#                                 r  i  t  a
#
#            An environment for Modelling and Numerical Simulation
#
# ==============================================================================
#
#   Copyright (C) 2021 - 2025  Rachid Touzani
#
#   This file is part of rita.
#
#   rita is free software: you can redistribute it and/or modify
#   it under the terms of the GNU General Public License as published by
#   the Free Software Foundation, either version 3 of the License, or
#   (at your option) any later version.
#
#   rita is distributed in the hope that it will be useful,
#   but WITHOUT ANY WARRANTY; without even the implied warranty of
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#   GNU General Public License for more details.
#
# ==============================================================================

project (integration)

file (COPY example1.rita example2.rita README.md DESTINATION .)

add_test (integration-1 ${CMAKE_RITA_EXEC} example1.rita)
add_test (integration-2 ${CMAKE_RITA_EXEC} example2.rita)

install (FILES
         README.md
         example1.rita
         example2.rita
         DESTINATION ${INSTALL_TUTORIALDIR}/${PROJECT_NAME}
        )
