diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-12-31 23:29:24 +0100 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-01-01 00:10:10 +0100 |
commit | f3e8d1cd06707576cf702e11c758617bea1a067f (patch) | |
tree | 35a72c742eb040b0f934a19980cc44567d2aef6b /t/list-of-tests.mk | |
parent | 9f34684b773490e03e2b93b37fb030c20afc5c0b (diff) | |
download | automake-f3e8d1cd06707576cf702e11c758617bea1a067f.tar.gz |
coverage: test CONFIG_STATUS_DEPENDENCIES
* t/remake-config-status-dependencies.sh: New test.
* t/list-of-tests.mk: Add it.
* doc/automake.texi: Reference it in comments.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/list-of-tests.mk')
-rw-r--r-- | t/list-of-tests.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk index a73e55146..d61257314 100644 --- a/t/list-of-tests.mk +++ b/t/list-of-tests.mk @@ -919,6 +919,7 @@ t/remake-after-aclocal-m4.sh \ t/remake-include-configure.sh \ t/remake-include-makefile.sh \ t/remake-include-aclocal.sh \ +t/remake-config-status-dependencies.sh \ t/remake-deeply-nested.sh \ t/remake-mild-stress.sh \ t/remake-all-1.sh \ |