Hi, Is there a way to run a single test from the GCC test suite under gcc/testsuite? I could not find the answer in http://gcc.gnu.org/install/test.html and the google searches I tried did not yield anything useful.
More specifically, if I want to run a test case like "gcc/testsuite/gcc.target/i386/sse5-fma.c", how do I run just that particular test case? Based on what I read in the above document, I tried to do something like this: make check RUNTESTFLAGS="gcc.target/i386/sse-fma.c" but that did not work. Any idea how this can be done? Thanks -Ghassan