U.Mutlu wrote on 07/20/2018 12:01 AM:
Segher Boessenkool wrote on 07/19/2018 11:15 PM:
On Thu, Jul 19, 2018 at 10:03:04PM +0200, U.Mutlu wrote:
make check-gcc-c RUNTESTFLAGS="-a -v
compile.exp=gcc.dg/torture/pr68264.c" 2>&1 | tee /tmp/test_one_output.txt
make check-gcc-c RUNTESTFLAGS=dg-torture.exp=pr68264.c
That's it, indeed!
Thx!
PS: I too had figured out that I have to use cc.dg/torture/dg-torture.exp,
gcc.dg/torture/dg-torture.exp
but was trying to figure out what to put after the = sign. Tried also
"=pr68264.c", but it still made all tests in that exp.
I never would have imagined that one has to put just the exp name w/o its
path... :-)