]> gcc.gnu.org Git - gcc.git/commit
gccrs: Add necessary hooks for a Rust front-end testsuite
authorPhilip Herron <philip.herron@embecosm.com>
Tue, 23 Aug 2022 14:49:47 +0000 (15:49 +0100)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 13 Dec 2022 13:00:02 +0000 (14:00 +0100)
commitb772a504eff27c4260772752a7ad3ccaefcfc4af
treefdd28988f324a22cb29d5adf72db667422ac46d3
parentdd950cbbb97ff5ebc203cba6c2112edd322b6f35
gccrs: Add necessary hooks for a Rust front-end testsuite

This copies over code from other front-end testsuites to enable testing
for the rust front-end specifically.

gcc/testsuite/
* lib/rust-dg.exp: New.
* lib/rust.exp: New.

Co-authored-by: Marc Poulhiès <dkm@kataplop.net>
Co-authored-by: Thomas Schwinge <thomas@codesourcery.com>
gcc/testsuite/lib/rust-dg.exp [new file with mode: 0644]
gcc/testsuite/lib/rust.exp [new file with mode: 0644]
This page took 0.064286 seconds and 6 git commands to generate.