summaryrefslogtreecommitdiff
path: root/t/yacc-nodist.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/yacc-nodist.sh')
-rw-r--r--t/yacc-nodist.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/t/yacc-nodist.sh b/t/yacc-nodist.sh
index 866d45aba..06256778b 100644
--- a/t/yacc-nodist.sh
+++ b/t/yacc-nodist.sh
@@ -15,10 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Checks for .c and .h files derived from non-distributed yacc sources.
-# The test 'yacc-pr204.sh' does similar check with AM_MAINTAINER_MODE
-# enabled.
-# The tests 'lex-nodist.sh' and 'lex-pr204.sh' does similar checks
-# for lex-generated .c files.
+# The test 'lex-sh.test' does similar checks for lex-generated '.c'
required='cc yacc'
. test-init.sh
@@ -96,6 +93,8 @@ $MAKE
$MAKE test-build
$MAKE test-dist
-yl_distcheck
+# But the distribution must work correctly, assuming the user has
+# the proper tools to process yacc files.
+$MAKE distcheck
: