summaryrefslogtreecommitdiff
path: root/t/lex-subobj-nodep.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-06-07 10:38:29 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-06-07 17:52:12 +0200
commitdf3b0944630a84a79c11654664ac666f1750302e (patch)
tree337d10ed457681eeccf11d34fa2d530a0da87fb4 /t/lex-subobj-nodep.sh
parent14fe163aa44992641c0730b0c399aa7d6845e775 (diff)
downloadautomake-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/lex-subobj-nodep.sh')
-rwxr-xr-xt/lex-subobj-nodep.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/t/lex-subobj-nodep.sh b/t/lex-subobj-nodep.sh
index 44c977635..f2c9626f0 100755
--- a/t/lex-subobj-nodep.sh
+++ b/t/lex-subobj-nodep.sh
@@ -14,8 +14,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-# Ensure subdirs for subdir scanners are generated when subdir-objects
-# are used, even when dependency tracking is disabled.
+# Ensure subdirs for subdir scanners are generated, even when dependency
+# tracking is disabled.
required='cc lex'
. ./defs || Exit 1
@@ -28,7 +28,6 @@ AC_OUTPUT
END
cat >Makefile.am <<\END
-AUTOMAKE_OPTIONS = subdir-objects
bin_PROGRAMS = p1 p2
p1_SOURCES = sub1/s1.l
p2_SOURCES = sub2/s2.l