Project

General

Profile

Bug #1423

Updated by Kienan Stewart 5 days ago

In Yocto, the tests are run on the installed tree rather than from the source tree. The current implementation of the tests in Babeltrace means they are only intended to be run from the source tree. It would be nice for users to have a test suite or subset of the test suite that could be run with the installed version of Babeltrace 

 Original description: 

 reference .lib in tests/lib/test-plugins.sh as the following show:  
 <pre><code class="shell"> 
 "${BT_TESTS_BUILDDIR}/lib/test-plugins" "${BT_TESTS_BUILDDIR}/lib/test-plugins-plugins/.libs" 
 </code></pre> 

 .libs are used as the temporary directory, we should not reference a temporary directory.

Back