aboutsummaryrefslogtreecommitdiffstats
path: root/vms/vmstest.com
diff options
context:
space:
mode:
Diffstat (limited to 'vms/vmstest.com')
-rw-r--r--vms/vmstest.com11
1 files changed, 10 insertions, 1 deletions
diff --git a/vms/vmstest.com b/vms/vmstest.com
index ee2242b1..949b9f21 100644
--- a/vms/vmstest.com
+++ b/vms/vmstest.com
@@ -103,7 +103,7 @@ $ list = "indirectcall lint lintold match1" -
+ " nondec2 patsplit posix profile1 procinfs printfbad1" -
+ " printfbad2 regx8bit rebuf reint reint2 rsstart1" -
+ " rsstart2 rsstart3 rstest6 shadow sortfor" -
- + " splitarg4 strtonum strftime switch2"
+ + " splitarg4 strtonum strftime switch2 lintwarn"
$ gosub list_of_tests
$ return
$
@@ -899,6 +899,15 @@ $ cmp shadow.ok _shadow.tmp
$ if $status then rm _shadow.tmp;
$ return
$
+$lintwarn: echo "lintwarn"
+$ set noOn
+$ AWKPATH_srcdir
+$ gawk --lint -f lintwarn.awk >_lintwarn.tmp 2>&1
+$ set On
+$ cmp lintwarn.ok _lintwarn.tmp
+$ if $status then rm _lintwarn.tmp;
+$ return
+$
$longsub: echo "longsub"
$ set noOn
$ gawk -f longsub.awk longsub.in >_longsub.tmp