This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: make check
- To: Raja R Harinath <harinath at cs dot umn dot edu>
- Subject: Re: make check
- From: Benjamin Kosnik <bkoz at fidel dot cygnus dot com>
- Date: Wed, 22 Dec 1999 22:57:54 -0800 (PST)
- cc: Lars Gullik Bjønnes <larsbj at lyx dot org>, libstdc++ at sourceware dot cygnus dot com
>
> #!/usr/bin/env bash
>
> to search $PATH for bash.
oh! does this really work? cool. mkcheck is broken, the config/host stuff
needs to be added. You can check an install directory, using "make
check-install", but the relevant acutoconf/automake hackery hasn't gone in
to mkcheck yet.
I'll try this when i get back, thanks.
-benjamin