aboutsummaryrefslogtreecommitdiffstats
path: root/test/Gentests
diff options
context:
space:
mode:
Diffstat (limited to 'test/Gentests')
-rwxr-xr-xtest/Gentests2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Gentests b/test/Gentests
index 58416e42..b4d62f41 100755
--- a/test/Gentests
+++ b/test/Gentests
@@ -45,7 +45,7 @@ BEGIN {
next
}
-/^[a-zA-Z][a-zA-Z0-9]*:/ {
+/^[a-zA-Z_][a-zA-Z0-9_]*:/ {
# remember all targets from Makefile.am
sub(/:.*/,"")
targets[$0]