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
|
|
|
test_emu(nested-tasks.c)
|
|
|
|
test_emu(nested-tasks-bad.c SHOULD_FAIL
|
2023-02-07 13:34:18 +01:00
|
|
|
REGEX "cannot execute task 1: state is not created")
|
2023-03-22 16:01:55 +01:00
|
|
|
test_emu(task-types.c MP)
|
|
|
|
test_emu(pause.c MP)
|
|
|
|
test_emu(mp-rank.c MP)
|
|
|
|
test_emu(switch-same-type.c)
|