summaryrefslogtreecommitdiff
path: root/t/yflags-cxx.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-06-19 12:41:59 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-06-19 12:45:06 +0200
commit68ea9a2a2cd7822702d6d133530519b823b1f8ff (patch)
tree53c9cf5f8f53108c317f6c0134ed871c3bfe54ee /t/yflags-cxx.sh
parentf1d4efdd05ffd439110eae36477bab516361f7d6 (diff)
downloadautomake-68ea9a2a2cd7822702d6d133530519b823b1f8ff.tar.gz
tests: fix/improve few heading comments
* t/lflags.sh: Here. * t/lflags-cxx.sh: And here. * t/yflags.sh: And here. * t/yflags-cxx.sh: And here. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/yflags-cxx.sh')
-rw-r--r--t/yflags-cxx.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/t/yflags-cxx.sh b/t/yflags-cxx.sh
index 1987cace9..1d34dc5cd 100644
--- a/t/yflags-cxx.sh
+++ b/t/yflags-cxx.sh
@@ -15,9 +15,11 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Check that $(YFLAGS) takes precedence over both $(AM_YFLAGS) and
-# $(foo_YFLAGS).
-# Please keep this in sync with the sister tests yflags.sh, lflags.sh
-# and lflags2.sh.
+# $(foo_YFLAGS). This is the C++ case.
+# Please keep this in sync with the sister tests:
+# - yflags.sh
+# - lflags.sh
+# - lflags-cxx.sh
. test-init.sh