diff options
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 5 |
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 |