Re: [committed] testsuite: Split up gdc-test.exp into each subdirectory

2020-04-01 Thread Rainer Orth
Hi Iain, > This patch splits up gdc-test.exp into multiple test scipts, one for > each subdirectory containing test files, instead of having one test > script to manage them all. > > This allows removing some workarounds, such as the need to create > symlinks in the test run directory. unfortunat

[committed] testsuite: Split up gdc-test.exp into each subdirectory

2020-03-29 Thread Iain Buclaw via Gcc-patches
Hi, This patch splits up gdc-test.exp into multiple test scipts, one for each subdirectory containing test files, instead of having one test script to manage them all. This allows removing some workarounds, such as the need to create symlinks in the test run directory. Tested on x86_64-linux-gnu