ovni/test/CMakeLists.txt

27 lines
906 B
CMake
Raw Normal View History

2021-11-08 17:08:50 +01:00
#
2022-01-12 10:47:47 +01:00
# Copyright (c) 2021-2022 Barcelona Supercomputing Center (BSC)
2021-11-08 17:08:50 +01:00
#
# This program 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.
#
# This program 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.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
set(OVNI_TEST_SOURCE_DIR "${CMAKE_SOURCE_DIR}/test")
set(OVNI_TEST_BUILD_DIR "${CMAKE_BINARY_DIR}/test")
2021-11-16 13:55:36 +01:00
2022-08-22 16:40:08 +02:00
include(macros.cmake)
2021-12-10 17:12:27 +01:00
2022-08-25 19:30:44 +02:00
add_subdirectory(emu)
2022-07-07 16:31:15 +02:00
if(ENABLE_TEST_RT)
2022-08-22 16:40:08 +02:00
add_subdirectory(rt)
endif()