2023-03-22 16:01:55 +01:00
|
|
|
# Copyright (c) 2022-2023 Barcelona Supercomputing Center (BSC)
|
2022-09-19 12:39:02 +02:00
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
2022-08-25 18:56:55 +02:00
|
|
|
|
2023-03-22 16:01:55 +01:00
|
|
|
function(test_emu)
|
|
|
|
ovni_test(${ARGN})
|
|
|
|
target_link_libraries("${OVNI_TEST_NAME}"
|
|
|
|
PRIVATE instr-static)
|
|
|
|
endfunction()
|
|
|
|
|
|
|
|
add_subdirectory(common)
|
2022-08-25 18:56:55 +02:00
|
|
|
add_subdirectory(ovni)
|
2023-02-07 13:34:18 +01:00
|
|
|
add_subdirectory(nosv)
|
2022-08-25 18:56:55 +02:00
|
|
|
add_subdirectory(nanos6)
|
2023-08-22 17:39:41 +02:00
|
|
|
add_subdirectory(tampi)
|
2023-09-01 10:35:18 +02:00
|
|
|
add_subdirectory(mpi)
|