Re: make check (testing): how to re-test just 1 failed test src file?

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

 



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



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux