summaryrefslogtreecommitdiff
path: root/t/list-of-tests.mk
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-10-01 14:59:51 -0700
committerKarl Berry <karl@freefriends.org>2022-10-01 14:59:51 -0700
commit92fcf10f6c8b1dd5405f8e71e70d916fda1be81a (patch)
treec709437f46c8f0a1c6c957611a1281a36ce72080 /t/list-of-tests.mk
parent96fd38d7e66152073f7e6ebcd9f7d513730dccc5 (diff)
downloadautomake-92fcf10f6c8b1dd5405f8e71e70d916fda1be81a.tar.gz
maintcheck: placate maintainer-check and grep 3.8.
* maintainer/syntax-checks.mk (sc_rm_minus_f): no \ before - (diagnosed by grep 3.8). * t/comment12.sh: use $(...) instead of `...`. * t/comments-escaped-in-var.sh: use AUTOMAKE_fails and grep for expected warning message. * t/list-of-tests.mk (handwritten_TESTS): add t/py-compile-files.sh. * t/subdir-add2-pr46.sh (.NOTPARALLEL): add; showed up with parallelized internal make. Seems unreproducible.
Diffstat (limited to 't/list-of-tests.mk')
-rw-r--r--t/list-of-tests.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk
index 0af117a5a..d82cf9c4d 100644
--- a/t/list-of-tests.mk
+++ b/t/list-of-tests.mk
@@ -921,6 +921,7 @@ t/py-compile-basic.sh \
t/py-compile-basedir.sh \
t/py-compile-destdir.sh \
t/py-compile-env.sh \
+t/py-compile-files.sh \
t/py-compile-option-terminate.sh \
t/py-compile-usage.sh \
t/python.sh \