On 07/19/2018 11:39 AM, U.Mutlu wrote: > After doing a > make -j5 -k check-gcc-c RUNTESTFLAGS="-v -v" > and creating the report, one gets such results, for example: [ ... ] You have to know which .exp file runs your test. Given that... make RUNTESTFLAGS="whatever.exp" Will run the subset of tests for that .exp file. Many .exp files can run individual tests. So something like this will often run a test on a single .c file: make RUNTESTFLAGS=execute.exp=930513-1.c Jeff