bug#9242: distcheck fails when having TEST in sub-directory

2011-08-16 Thread Stefano Lattarini
On Friday 05 August 2011, Stefano Lattarini wrote: > On Thursday 04 August 2011, Peter Johansson wrote: > > > cat > Makefile.am < > TEST_EXTENSIONS = .test > > TESTS = test/foo.test > > EOF > > > You've forgotten to add $(TESTS) to $(EXTRA_DIST) here: > > EXTRA_DIST = $(TESTS) > > If you add t

bug#9242: distcheck fails when having TEST in sub-directory

2011-08-05 Thread Stefano Lattarini
On Thursday 04 August 2011, Peter Johansson wrote: > Hello automakers, > Hi Peter. > I have a non-recursive Makefile.am but keep the tests in sub-directory named > test. Surprisingly distcheck fails for me with this set up, which to me > seems to be caused by some VPATH issue. > Nope, you've forgo

bug#9242: distcheck fails when having TEST in sub-directory

2011-08-04 Thread Peter Johansson
Hello automakers, I have a non-recursive Makefile.am but keep the tests in sub-directory named test. Surprisingly distcheck fails for me with this set up, which to me seems to be caused by some VPATH issue. Below is a trimmed down test case that fails for me with make check-TESTS make[2]: *** N