diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-01-01 00:32:34 +0100 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-01-01 00:32:48 +0100 |
commit | a2e9a71348a6ad79c9f856997b41daa36cca3f0b (patch) | |
tree | 712386b72f192ded9c1948c57fe7cd3b13100075 /t/list-of-tests.mk | |
parent | f3e8d1cd06707576cf702e11c758617bea1a067f (diff) | |
download | automake-a2e9a71348a6ad79c9f856997b41daa36cca3f0b.tar.gz |
coverage: test CONFIGURE_DEPENDENCIES
* t/remake-configure-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 d61257314..591b4f0fd 100644 --- a/t/list-of-tests.mk +++ b/t/list-of-tests.mk @@ -920,6 +920,7 @@ t/remake-include-configure.sh \ t/remake-include-makefile.sh \ t/remake-include-aclocal.sh \ t/remake-config-status-dependencies.sh \ +t/remake-configure-dependencies.sh \ t/remake-deeply-nested.sh \ t/remake-mild-stress.sh \ t/remake-all-1.sh \ |