ovni/test/emu/nosv/CMakeLists.txt
Rodrigo Arias 97dac6e83b Add switch-same-type nosv test
Generates a script with the values of the delta clock, PRV type and
value to be matched in the .prv traces, to ensure the emulator emitted
the switching type event.
2023-03-24 12:08:45 +00:00

11 lines
329 B
CMake

# Copyright (c) 2022 Barcelona Supercomputing Center (BSC)
# SPDX-License-Identifier: GPL-3.0-or-later
ovni_test(nested-tasks.c)
ovni_test(nested-tasks-bad.c SHOULD_FAIL
REGEX "cannot execute task 1: state is not created")
ovni_test(task-types.c MP)
ovni_test(pause.c MP)
ovni_test(mp-rank.c MP)
ovni_test(switch-same-type.c)