[ http://lists.gnu.org/archive/html/automake-patches/2007-01/msg5.html ]
* Ralf Wildenhues wrote on Thu, Jan 18, 2007 at 10:22:28PM CET:
> * Ed Hartnett wrote on Tue, Jan 16, 2007 at 03:17:00AM CET:
> >
> > I am having a problem on cygwin only.
> >
> > I have a test which is expected to fai
* Ed Hartnett wrote on Tue, Jan 16, 2007 at 03:17:00AM CET:
>
> I am having a problem on cygwin only.
>
> I have a test which is expected to fail. In the Makefile.am I have
> this:
>
> TESTFILES = nctst tst_failure
> check_PROGRAMS = $(TESTFILES)
> nctst_SOURCES = nctst.cpp
> tst_failure_SOURCE