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
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
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