This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Running a Single GCC Test Case


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]