This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

new Makefile target


I've just added support for a new Makefile target: xcheck (also
xtests).  This target is a superset of check but it will also run tests
defined using the xtests variables (instead of tests).

The goal is to define using xtests some tests which cannot generally be
run because they assume a "sane" environment.

As a first test in this category I've added the test Zack provided for
the RPC problem.  This test certainly cannot be run in general but
everybody here should be able to run it.

This means that everybody here should from now on use

  make && make xcheck

instead of

  make && make check

Let me know if you find any problems.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

Attachment: signature.asc
Description: This is a digitally signed message part


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