On Thu, Mar 05, 2020 at 05:04:16PM +0000, GT wrote:
> I tried the make command below:
> 
> make check RUNTESTFLAGS="*.exp=*simd*"

I think you can't use wildcards in the name of the *.exp file.
So, you need to know which *.exp it is and use
make check RUNTESTFLAGS="dg.exp=*simd* vect.exp=*simd* gomp.exp=*simd*"  etc.
Note simd_clones tests are also in libgomp testsuite.

        Jakub

Reply via email to