Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix symbol checking test when compiled with debug symbols (#1474)
* Fix symbol checking test The test that checks for prefixed binary symbols was broken when compiled with DebWithRelInfo since it was checking debugging symbols that broke the heuristics used. The commit fixes it doing a couple of actions: - Include the length of the namespace sdf: 3sdf - Check only dynamic symbols being exported Signed-off-by: Jose Luis Rivero <[email protected]> * Update test/integration/all_symbols_have_version.bash.in Co-authored-by: Steve Peters <[email protected]> Signed-off-by: Jose Luis Rivero <[email protected]> --------- Signed-off-by: Jose Luis Rivero <[email protected]> Co-authored-by: Steve Peters <[email protected]> (cherry picked from commit 904706c)
- Loading branch information