Skip to content
Snippets Groups Projects
Commit 9d9e793b authored by Lulu Cheng's avatar Lulu Cheng
Browse files

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.
parent ab332cd7
No related branches found
No related tags found
No related merge requests found
......@@ -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]
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment