ovni/test
Rodrigo Arias 6d584c646c Install ovniver with the runpath set
When running ovniver without LD_LIBRARY_PATH set, the loader couldn't
find any ovni installation and therefore was failing to start the
program. With this change we set the RUNPATH (not RPATH) of ovniver to
the installation libdir, so when no other libovni library is loaded via
LD_LIBRARY_PATH the one provided by the same source as ovniver is used.

The value of LD_LIBRARY_PATH is also printed so we can determine where
it may be loading libovni. Using LD_DEBUG=libs will give more
information of the search process.

Fixes: https://pm.bsc.es/gitlab/rarias/ovni/-/issues/163
2023-12-12 17:06:24 +01:00
..
emu Install ovniver with the runpath set 2023-12-12 17:06:24 +01:00
rt Add RT nOS-V tests for the ovni.level option 2023-11-08 15:58:50 +01:00
unit Disable delayed connect 2023-11-16 12:39:14 +01: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