ovni/test
Rodrigo Arias 0df018cf5f Fix segfault reading empty streams
The check_clock_gate() was trying to access to the first event in all
streams. However, streams that are empty don't have any event, so they
cause a NULL dereference. Skipping not active streams avoids the
problem.
2023-10-23 10:07:44 +02:00
..
emu Fix segfault reading empty streams 2023-10-23 10:07:44 +02:00
rt Add taskloop test in Nanos6 and NODES 2023-07-28 18:15:28 +02:00
unit Don't rely on temporary directories 2023-07-25 16:36:57 +02:00
CMakeLists.txt Enable emu and rt tests for nanos6 and ovni 2023-03-24 12:08:45 +00:00
macros.cmake Allow tests to run their own driver 2023-10-23 07:49:28 +00: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