diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-06-19 11:31:17 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-06-19 12:10:40 +0200 |
commit | 5fd58b0a8234aa7d8aef3b25afdcf7198c2259b6 (patch) | |
tree | 8692914e255094a2b533e8bd66100ada74699dde /t/list-of-tests.mk | |
parent | e4a0b83273e5c51a4f8d6877407e117c4746d8ed (diff) | |
download | automake-5fd58b0a8234aa7d8aef3b25afdcf7198c2259b6.tar.gz |
tests: rename t/exsource.sh -> t/extra-sources.sh
* t/exsource.sh: Rename ...
* t/extra-sources.sh: ... like this.
* t/list-of-tests.mk: Adjust.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk index d4d1fda99..80c2f0942 100644 --- a/t/list-of-tests.mk +++ b/t/list-of-tests.mk @@ -443,7 +443,7 @@ t/exeext.sh \ t/exeext2.sh \ t/exeext3.sh \ t/exeext4.sh \ -t/exsource.sh \ +t/extra-sources.sh \ t/ext.sh \ t/ext2.sh \ t/ext3.sh \ |