dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to run group of selective test cases in gcc test suite


From: Ben Elliston
Subject: Re: How to run group of selective test cases in gcc test suite
Date: Fri, 5 Nov 2010 12:47:56 +1100
User-agent: Mutt/1.5.18 (2008-05-17)

Hi.

> I tried two runtest commands given below (output is also given
> below).  Can you please guide me how to run specific set of tests
> for example say i would like to run only tests
> gcc.target/i386/avx-vaddpd-1.c and
> gcc.target/i386/avx-vaddpd-256-1.c ?

Try:
  make RUNTESTFLAGS=i386.exp=avx-vaddpd-1.c check

from the gcc build directory.

Cheers, Ben



reply via email to

[Prev in Thread] Current Thread [Next in Thread]