aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-06-25 22:44:21 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-06-25 22:44:21 +0300
commitdc578b50b37e6f025971375a3ce52f23830049b2 (patch)
tree0ccb3df85dda234549b969209b4f67af3e7cc765 /test/Makefile.in
parent0302c2f241b0a4ab47a0e60213c132c4135fed93 (diff)
downloadegawk-dc578b50b37e6f025971375a3ce52f23830049b2.tar.gz
egawk-dc578b50b37e6f025971375a3ce52f23830049b2.tar.bz2
egawk-dc578b50b37e6f025971375a3ce52f23830049b2.zip
Make typeof3 and typeof4 tests actually work.
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in12
1 files changed, 11 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 81562779..efb0badc 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1361,7 +1361,7 @@ GAWK_EXT_TESTS = \
splitarg4 strftime \
strtonum switch2 symtab1 symtab2 symtab3 symtab4 symtab5 symtab6 \
symtab7 symtab8 symtab9 \
- typedregex1 typeof1 typeof2
+ typedregex1 typeof1 typeof2 typeof3 typeof4
EXTRA_TESTS = inftest regtest
INET_TESTS = inetdayu inetdayt inetechu inetecht
@@ -3916,6 +3916,16 @@ typeof2:
@AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+typeof3:
+ @echo $@
+ @AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
+ @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+
+typeof4:
+ @echo $@
+ @AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
+ @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+
double1:
@echo $@
@AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@