This is the mail archive of the libc-hacker@cygnus.com 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]

Re: testclean


Philip.Blundell@pobox.com writes:

|> At the moment it's awkward to re-run `make check' because Make only tries to 
|> build everything once.  This can be infuriating if, say, you realise too late
|> that you wanted to capture the test output, or you want to run the tests 
|> several times under different kernel versions. 
|> 
|> This patch adds a new target, `make testclean', which removes all the test 
|> cases and their output files from the build tree so that `make check' will 
|> perform all the tests anew.  Does it look OK?

It should probably only remove the *.out files.  The test programs itself
already have full dependency information so that they are rebuilt if
needed (and only if needed).

Andreas.

-- 
Andreas Schwab                                      "And now for something
schwab@issan.cs.uni-dortmund.de                      completely different"
schwab@gnu.org


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