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 bcc42c7..6dbf163 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 a7a5927..0d630ad 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 1987cac..1d34dc5 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 7485516..dcd2f58 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