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]: *** No rule to make target `test/foo.test', needed by `check-TESTS'. Stop. make[1]: *** [check-am] Error 2 make: *** [distcheck] Error 1 cat > configure.ac < Makefile.am < test/foo.test <