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

2010-11-04 Thread Ben Elliston
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=a

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

2010-11-04 Thread gnu_user
Hi All, I am uable to run a selective set of tests in gcc-4.5.1 test suite which uses dejagnu framework. 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/a