diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-06-07 10:38:29 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-06-07 17:52:12 +0200 |
commit | df3b0944630a84a79c11654664ac666f1750302e (patch) | |
tree | 337d10ed457681eeccf11d34fa2d530a0da87fb4 /t/instdir-prog.sh | |
parent | 14fe163aa44992641c0730b0c399aa7d6845e775 (diff) | |
download | automake-df3b0944630a84a79c11654664ac666f1750302e.tar.gz |
[ng] tests: remove explicit usages of the 'subdir-objects' option
It is enabled unconditionally since the previous change.
* Several tests: Adjust, extend, rework and simplify, as needed.
* t/ax/depcomp-shuffle.sh, t/ax/depcomp.sh: Likewise.
* t/subobj2.sh: Rename ...
* t/subobj-cxx-grep.sh: ... to this, and adjust.
* t/subobj.sh: Rename ...
* t/subobj-c.sh: ... to this, and adjust.
* t/subobj-cxx.sh: New test.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/instdir-prog.sh')
-rwxr-xr-x | t/instdir-prog.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/instdir-prog.sh b/t/instdir-prog.sh index 179041a3f..bef6374fc 100755 --- a/t/instdir-prog.sh +++ b/t/instdir-prog.sh @@ -33,7 +33,6 @@ END mkdir sub cat >Makefile.am <<'END' -AUTOMAKE_OPTIONS = subdir-objects bin_PROGRAMS = p nobase_bin_PROGRAMS = np sub/np lib_LIBRARIES = libfoo.a |