aboutsummaryrefslogtreecommitdiffstats
path: root/pc/Makefile.tst
diff options
context:
space:
mode:
Diffstat (limited to 'pc/Makefile.tst')
-rw-r--r--pc/Makefile.tst11
1 files changed, 8 insertions, 3 deletions
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index 09e3f0de..b932bd68 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -127,9 +127,9 @@ BASIC_TESTS = \
aryprm8 arysubnm asgext awkpath back89 backgsub childin clobber \
closebad clsflnam compare compare2 concat1 concat2 concat3 \
concat4 convfmt datanonl defref delargv delarpm2 delarprm delfunc \
- dynlj eofsplit exitval1 exitval2 fcall_exit fcall_exit2 fldchg \
- fldchgnf fnamedat fnarray fnarray2 fnaryscl fnasgnm fnmisc fordel \
- forref forsimp fsbs fsrs fsspcoln fstabplus funsemnl funsmnam \
+ dfastress dynlj eofsplit exitval1 exitval2 fcall_exit fcall_exit2 \
+ fldchg fldchgnf fnamedat fnarray fnarray2 fnaryscl fnasgnm fnmisc \
+ fordel forref forsimp fsbs fsrs fsspcoln fstabplus funsemnl funsmnam \
funstack getline getline2 getline3 getlnbuf getnr2tb getnr2tm \
gsubasgn gsubtest gsubtst2 gsubtst3 gsubtst4 gsubtst5 gsubtst6 \
hex hsprint inputred intest intprec iobug1 leaddig leadnl litoct \
@@ -942,6 +942,11 @@ delfunc:
@AWKPATH=$(srcdir) $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@
+dfastress:
+ @echo dfastress
+ @AWKPATH=$(srcdir) $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
+ @-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@
+
dynlj:
@echo dynlj
@AWKPATH=$(srcdir) $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@