ovni/test/emu/openmp/CMakeLists.txt
Rodrigo Arias cc38bcfe91 Add support for progress events in OpenMP
Two new events are added (Ppp and Pps) which define the Progressing and
Stalled states respectively. A new pseudo-state Idle is shown in the
view when no thread is running.
2025-02-27 16:17:33 +01:00

8 lines
196 B
CMake

# Copyright (c) 2024-2025 Barcelona Supercomputing Center (BSC)
# SPDX-License-Identifier: GPL-3.0-or-later
test_emu(nested-ws.c)
test_emu(nested-task.c)
test_emu(mix-task-ws.c)
test_emu(idle.c)