ovni/test
Rodrigo Arias Mallo a0e7fad83e Add body model for tasks
The new task body model (or just body model) allows a task to have
multiple bodies. Generally a body is mapped to the execution of the same
user code of the task with specific input arguments.

The body model can constraint if a given body can be paused or re-run
again (resurrect).

Additionally, the body model can run multiple nested bodies but with the
restriction that the parent body should be paused first. This condition
can be relaxed with the BODY_FLAG_RELAX_NESTING flag.
2024-03-12 12:37:09 +01:00
..
emu Add nOS-V attach and detach API events 2024-02-15 17:59:41 +01:00
rt Update OpenMP emulation model 2024-03-12 11:35:18 +01:00
unit Add body model for tasks 2024-03-12 12:37:09 +01:00
CMakeLists.txt Enable emu and rt tests for nanos6 and ovni 2023-03-24 12:08:45 +00:00
macros.cmake Test generated events match documentation 2024-01-30 12:02:02 +01:00
match-error.sh Fix shebang in regex match test scripts 2023-04-05 15:18:03 +02:00
match-ok.sh Fix shebang in regex match test scripts 2023-04-05 15:18:03 +02:00
ovni-driver.sh Allow tests to run their own driver 2023-10-23 07:49:28 +00:00