tests: fix/improve few heading comments
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 19 Jun 2013 10:41:59 +0000 (12:41 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 19 Jun 2013 10:45:06 +0000 (12:45 +0200)
* 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>
t/lflags-cxx.sh
t/lflags.sh
t/yflags-cxx.sh
t/yflags.sh

index bcc42c767b4f5616db6d54bc946a36db317ad49f..6dbf16326e5e532c8dc475ed2827b46a728e9a13 100644 (file)
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # 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
 
index a7a59270a53341dd396611ce5f3f735f13e58aa5..0d630ad716dfaaacca174af9365c0c98b67d9992 100644 (file)
 
 # 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
index 1987cace93d1ce5ed6b0487bfffe41413acaba28..1d34dc5cd5c14782cb4dce92d09e70aa655983b4 100644 (file)
 # 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
 
index 74855161f1bf312ba3e48bfd636419dcebc5876d..dcd2f58ab6632c0213691cb66835d3603525f1bb 100644 (file)
 
 # 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