Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: PATCH: Block device tests
- X-seq: zsh-workers 14529
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "ZSH Workers Mailing List" <zsh-workers@xxxxxxxxxx>
- Subject: RE: PATCH: Block device tests
- Date: Tue, 29 May 2001 14:51:28 +0400
- Importance: Normal
- In-reply-to: <Tc0a88d0153d0bf97f6@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
> "Bart Schaefer" wrote:
> > + if ! grep '#define HAVE_FIFOS' $ZTST_testdir/../config.h; then
>
> $ZTST_testdir is where we are running the tests. Unfortunately this will
> break if you are compiling separately from the source tree and
> then running
> individual tests in the test directory, which is quite useful since you
> don't need to insert lots of paths. It's not a big problem since you're
> `supposed' to run it via make in the appropriate Test subdirectory, and
> actually I can't see an easy fix anyway.
>
Actually, the way to run individual test is 'make TESTNUM=C02cond check'
which works nicely in separate build directory. I do not know if it is
mentioned anywhere, but it is damn useful (all credits to Bart).
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author