ovni/test/emu/nanos6/CMakeLists.txt

12 lines
412 B
CMake
Raw Normal View History

# Copyright (c) 2022 Barcelona Supercomputing Center (BSC)
2022-09-19 12:39:02 +02:00
# SPDX-License-Identifier: GPL-3.0-or-later
2022-08-25 19:30:44 +02:00
ovni_test(nested-tasks.c)
ovni_test(nested-tasks-bad.c SHOULD_FAIL
REGEX "cannot execute task 1: state is not created")
2022-08-25 19:30:44 +02:00
ovni_test(task-types.c MP)
ovni_test(blocking.c MP)
ovni_test(ss-mismatch.c SHOULD_FAIL
2023-02-15 17:28:04 +01:00
REGEX "thread [0-9]\\+ ended with 1 stacked nanos6 subsystems")
ovni_test(delayed-connect-ss.c)