* Brian Dessent wrote on Tue, Jan 16, 2007 at 03:33:27AM CET:
> Ed Hartnett wrote:
> 
> > TESTFILES = nctst tst_failure
> > [...]
> > TESTS = $(TESTFILES) run_nc_tests.sh
> > XFAIL_TESTS = tst_failure
> > [...]
> > XFAIL: tst_failure
> > [...]
> > FAIL: tst_failure.exe
> 
> Notice the difference?  You probably should specify "TESTFILES =
> nctst$(EXEEXT) tst_failure$(EXEEXT)" and "XFAIL_TESTS =
> tst_failure$(EXEEXT)" instead,

Actually, that should not be needed.  All Ed should do is specify the
test names consistently.  Darn, that looks like a 1.10 regression to
me.  Ed, you're using Automake 1.10, right?

Thanks for the report,
Ralf


Reply via email to