summaryrefslogtreecommitdiff
path: root/tests/vala.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vala.test')
-rwxr-xr-xtests/vala.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/vala.test b/tests/vala.test
index 442661d5d..70122c326 100755
--- a/tests/vala.test
+++ b/tests/vala.test
@@ -84,4 +84,9 @@ $FGREP 'baz.c' sub/Makefile.in
$FGREP 'foo_vala.stamp:' sub/Makefile.in
test `$FGREP -c '.stamp:' sub/Makefile.in` -eq 1
+# Check against regression for weird bug due to unescaped '@'
+# characters used in a "..." perl string when writing the vala
+# rules from automake.in.
+grep '\$[0-9][0-9]*t' Makefile.in sub/Makefile.in && Exit 1
+
: