From 68ea9a2a2cd7822702d6d133530519b823b1f8ff Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 19 Jun 2013 12:41:59 +0200 Subject: 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 --- t/lflags-cxx.sh | 8 +++++--- t/lflags.sh | 6 ++++-- t/yflags-cxx.sh | 8 +++++--- t/yflags.sh | 6 ++++-- 4 files changed, 18 insertions(+), 10 deletions(-) diff --git a/t/lflags-cxx.sh b/t/lflags-cxx.sh index bcc42c767..6dbf16326 100644 --- a/t/lflags-cxx.sh +++ b/t/lflags-cxx.sh @@ -15,9 +15,11 @@ # along with this program. If not, see . # Check that $(LFLAGS) takes precedence over both $(AM_LFLAGS) and -# $(foo_LFLAGS). -# Please keep this in sync with the sister tests lflags.sh, yflags.sh -# and yflags2.sh. +# $(foo_LFLAGS). This is the C++ case. +# Please keep this in sync with the sister tests: +# - lflags.sh +# - yflags.sh +# - yflags-cxx.sh . test-init.sh diff --git a/t/lflags.sh b/t/lflags.sh index a7a59270a..0d630ad71 100644 --- a/t/lflags.sh +++ b/t/lflags.sh @@ -16,8 +16,10 @@ # Check that $(LFLAGS) takes precedence over both $(AM_LFLAGS) and # $(foo_LFLAGS). -# Please keep this in sync with the sister tests lflags2.sh, yflags.sh -# and yflags2.sh. +# Please keep this in sync with the sister tests: +# - lflags-cxx.sh +# - yflags.sh +# - yflags-cxx.sh required=cc . test-init.sh 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 . # 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 diff --git a/t/yflags.sh b/t/yflags.sh index 74855161f..dcd2f58ab 100644 --- a/t/yflags.sh +++ b/t/yflags.sh @@ -16,8 +16,10 @@ # Check that $(YFLAGS) takes precedence over both $(AM_YFLAGS) and # $(foo_YFLAGS). -# Please keep this in sync with the sister tests yflags2.sh, lflags.sh -# and lflags2.sh. +# Please keep this in sync with the sister tests: +# - yflags-cxx.sh +# - lflags.sh +# - lflags-cxx.sh . test-init.sh -- cgit v1.2.1