summaryrefslogtreecommitdiff
path: root/libvtv
diff options
context:
space:
mode:
authorLulu Cheng <chenglulu@loongson.cn>2022-09-27 10:47:06 +0800
committerLulu Cheng <chenglulu@loongson.cn>2022-10-12 09:17:28 +0800
commit9d9e793b6543745a5a3aae9032478c056f167c9c (patch)
tree2bfabbf9fc63945e10370958ca785ce834d273a9 /libvtv
parentab332cd78d083edb2fddaa3c02578cafade12725 (diff)
downloadgcc-9d9e793b6543745a5a3aae9032478c056f167c9c.tar.gz
Libvtv-test: Fix bug that scansarif.exp cannot be found in libvtv regression test.
SARIF support was added in r13-967 but libvtv wasn't updated. libvtv/ChangeLog: * testsuite/lib/libvtv-dg.exp: Add load_gcc_lib of scansarif.exp.
Diffstat (limited to 'libvtv')
-rw-r--r--libvtv/testsuite/lib/libvtv-dg.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvtv/testsuite/lib/libvtv-dg.exp b/libvtv/testsuite/lib/libvtv-dg.exp
index b140c194cdc..454d916e556 100644
--- a/libvtv/testsuite/lib/libvtv-dg.exp
+++ b/libvtv/testsuite/lib/libvtv-dg.exp
@@ -12,6 +12,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+load_gcc_lib scansarif.exp
+
proc libvtv-dg-test { prog do_what extra_tool_flags } {
return [gcc-dg-test-1 libvtv_target_compile $prog $do_what $extra_tool_flags]
}