tests: Parametrize test_bin_info to handle multiarch artifacts
[babeltrace.git] / tests / plugins / test_bin_info_x86_64-linux-gnu.in
index 461dfa480acfb144b3b01603c9518c1c547371e6..6ed40daf9af62abd5881bd6e0f24138d24bc5069 100644 (file)
@@ -1,6 +1,7 @@
 #!/bin/bash
 #
-# Copyright (C) 2015 - Antoine Busque <abusque@efficios.com>
+# Copyright (C) 2015 Antoine Busque <abusque@efficios.com>
+# Copyright (C) 2019 Michael Jeanson <mjeanson@efficios.com>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -24,4 +25,12 @@ curdir="$(cd -P "$(dirname "$0")" >/dev/null && pwd)"
 
 debug_info_data="${BT_SRC_PATH}/tests/debug-info-data/x86_64-linux-gnu"
 
-"${curdir}/test_bin_info" "$debug_info_data"
+"${curdir}/test_bin_info" \
+       --foo-addr=0x2277 \
+       --printf-offset=0xf0 \
+       --printf-lineno=36 \
+       --tp-offset=0x89 \
+       --tp-lineno=35 \
+       --debug-link-crc=0x289a8fdc \
+       --debug-info-dir "$debug_info_data" \
+       --build-id cdd98cdd87f7fe64c13b6daad553987eafd40cbb
This page took 0.023964 seconds and 4 git commands to generate.