aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-06-24 20:54:42 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-06-24 20:54:42 +0300
commitd18166bf5ba5c8ca75b57afc033ab3aa3aa5fc7b (patch)
treeaf79bfb696961e24ee87adec38b526c0e8cb6ef3 /test/Makefile.am
parent933b7cf6a59b1d44fa0ee839a4befafd9bca6e50 (diff)
parente50f9b883b4aa5d6ce7f9218f7dfba8b5686ee2a (diff)
downloadegawk-d18166bf5ba5c8ca75b57afc033ab3aa3aa5fc7b.tar.gz
egawk-d18166bf5ba5c8ca75b57afc033ab3aa3aa5fc7b.tar.bz2
egawk-d18166bf5ba5c8ca75b57afc033ab3aa3aa5fc7b.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index decb35c3..fb73a76f 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1833,6 +1833,11 @@ colonwarn:
done > _$@
@-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@
+clos1way:
+ @echo $@
+ @AWKPATH=$(srcdir) LC_ALL=C $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
+ @-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@
+
# Targets generated for other tests:
include Maketests