[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question on --test-name=NAME
From: |
Gavin Smith |
Subject: |
Re: Question on --test-name=NAME |
Date: |
Sun, 26 Apr 2015 21:42:24 +0100 |
> As a point, 15.3.3.1 Command-line arguments for test drivers shows all
> options as having the syntax "--option=value". Your example does not have
> this syntax. Will your example work? Should this be in the manual, as in
> "--option[=| ]value?"
I am sure that both should be supported although I haven't found a
reference for this.
> By the way, you have "@p='t/file.sh'" and --test-name "$$f". Do you mean
> --test-name "$$p"?
I just copied from a Makefile.in file, which does work. You wouldn't
be writing something like that by hand. I expect the "f" variable is
hidden in $(am__check_pre) somewhere.