1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/test-framework-sh-tests
Jim Meyering 15d2d3297a test-framework-sh: init.sh: fix "make dist" failure
When using gnulib-tool's --with-tests option and any module that
depends on test-framework-sh, "make dist" would fail due to the
lack of init.sh *in lib/*.  The EXTRA_DIST += init.sh is required
in the gltests directory, and not in the gllib/ directory.
One way to work around that is to move the EXTRA_DIST += init.sh
from the primary module to the -tests one:
* modules/test-framework-sh-tests (EXTRA_DIST): Add init.sh here, ...
* modules/test-framework-sh (Makefile.am): ...not here.
Reported by Tom G. Christensen in
http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/29519
2012-01-01 17:55:21 +01:00

11 lines
112 B
Plaintext

Files:
tests/test-init.sh
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-init.sh
EXTRA_DIST += init.sh