This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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]

Re: Make ABI tests generate .out files


On 02/12/2014 01:34 PM, Joseph S. Myers wrote:
> If you rerun "make check" in a tree where some tests have already been
> run, it will rerun ABI tests because those do not create an output
> file.
> 
> This patch changes those tests to create .out files so they only get
> rerun if the dependencies (on the ABI baselines and the generated
> .symlist files) indicate they should be rerun.
> 
> Tested x86_64.
> 
> (The ChangeLog entry explicitly says "target" and "variable" to avoid
> confusion with there being entries for both a target called check-abi
> and a variable called check-abi.)
> 
> 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
> 
> 	* Makerules (check-abi-%): Change target to
> 	$(objpfx)check-abi-%.out.
> 	(check-abi target): Update dependencies.
> 	(check-abi-pattern variable): Redirect output of diff to $@.
> 	(check-abi variable): Likewise.
> 	* elf/Makefile (check-abi): Update dependencies.

Looks good to me. Fairly mechanical.

Cheers,
Carlos.


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