summaryrefslogtreecommitdiff
path: root/modules/test-framework-sh
Commit message (Collapse)AuthorAgeFilesLines
* test-framework-sh: init.sh: fix "make dist" failureJim Meyering2012-01-011-1/+0
| | | | | | | | | | | | | 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
* test-framework-sh: distribute init.shJim Meyering2011-12-231-0/+1
| | | | | | * modules/test-framework-sh (EXTRA_DIST): Append init.sh. Otherwise, "make -C gnulib-tests check" (at least in grep) would fail due to the lack of init.sh.
* test-framework-sh: new moduleJim Meyering2011-12-231-0/+19
* modules/test-framework-sh: New file. * MODULES.html.sh (Support for maintaining and releasing projects): List it.