ovni/test/emu/ovni
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
..
burst-stats.c Add include-what-you-use 2023-03-24 12:08:45 +00:00
clockgate.c Register emulation models only if required 2023-11-16 12:39:05 +01:00
CMakeLists.txt Install ovniver with the runpath set 2023-12-12 17:06:24 +01:00
dummy.c Install ovniver with the runpath set 2023-12-12 17:06:24 +01:00
empty-sort.c Add include-what-you-use 2023-03-24 12:08:45 +00:00
empty-stream.c Fix segfault reading empty streams 2023-10-23 10:07:44 +02:00
flush-overhead.c Increase the flush overhead limit to 2 ms 2023-04-05 15:35:37 +02:00
flush-tmpdir.c Add flush-tmpdir test 2023-11-16 12:39:14 +01:00
flush-tmpdir.driver.sh Add flush-tmpdir test 2023-11-16 12:39:14 +01:00
flush.c Add include-what-you-use 2023-03-24 12:08:45 +00:00
mp-simple.c Add include-what-you-use 2023-03-24 12:08:45 +00:00
no-cpus.c Add include-what-you-use 2023-03-24 12:08:45 +00:00
ovniver.driver.sh Install ovniver with the runpath set 2023-12-12 17:06:24 +01:00
require-bad-version.c Add require test for missing models 2023-11-16 12:39:14 +01:00
require-compat.c Add require test for missing models 2023-11-16 12:39:14 +01:00
require-repeated.c Test multiple calls to ovni_thread_require() 2023-11-16 12:39:14 +01:00
sort-cpus-by-loom.c Order looms and processes by rank if given 2023-04-14 08:35:21 +00:00
sort-cpus-by-rank.c Order looms and processes by rank if given 2023-04-14 08:35:21 +00:00
sort-first-and-full-ring.c Register emulation models only if required 2023-11-16 12:39:05 +01:00
sort-flush.c Register emulation models only if required 2023-11-16 12:39:05 +01:00
sort.c Add include-what-you-use 2023-03-24 12:08:45 +00:00
thread-crash.c Mark the finalization of streams 2023-11-16 12:39:14 +01:00
tmpdir-metadata.c Test temporal directories are removed at the end 2023-11-16 12:39:15 +01:00
tmpdir-metadata.driver.sh Test temporal directories are removed at the end 2023-11-16 12:39:15 +01:00
tracedir-subdir.c Add a test for multiple values of OVNI_TRACEDIR 2023-10-23 07:49:28 +00:00
tracedir-subdir.driver.sh Add a test for multiple values of OVNI_TRACEDIR 2023-10-23 07:49:28 +00:00
version-bad.c Update copyright years to 2021-2023 2023-03-24 12:08:45 +00:00
version-good.c Add include-what-you-use 2023-03-24 12:08:45 +00:00