Rodrigo Arias
4993197fb9
Instead of showing the "attached" state with the VH{aA} events, we show when the call to nosv_attach() and nosv_detach() take place. The old VH{aA} events are now ignored. Bumps the nOS-V model version to 1.1.0.
22 lines
680 B
CMake
22 lines
680 B
CMake
# Copyright (c) 2022-2024 Barcelona Supercomputing Center (BSC)
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
test_emu(attach.c)
|
|
test_emu(attach-old.c)
|
|
test_emu(nested-tasks.c)
|
|
test_emu(nested-tasks-bad.c SHOULD_FAIL
|
|
REGEX "cannot execute task 1: state is not created")
|
|
test_emu(task-types.c MP)
|
|
test_emu(pause.c MP)
|
|
#test_emu(mp-rank.c MP)
|
|
test_emu(switch-same-type.c)
|
|
test_emu(multiple-segment.c MP NPROC 4)
|
|
test_emu(task-pause-from-submit.c)
|
|
test_emu(same-subsystem.c)
|
|
test_emu(require-missing.c SHOULD_FAIL
|
|
REGEX "model nosv not enabled for event")
|
|
test_emu(require-missing.c
|
|
NAME flag-enable-all
|
|
DRIVER "flag-enable-all.driver.sh"
|
|
REGEX "all .* models are enabled")
|