summaryrefslogtreecommitdiff
path: root/test/Maketests
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2022-07-22 13:39:22 +0300
committerArnold D. Robbins <arnold@skeeve.com>2022-07-22 13:39:22 +0300
commitc220a970623b597fc34064d0abf7776ecdcd302c (patch)
tree970b176ddd75bb53cf8815756a8dbd927502354e /test/Maketests
parent831da7d4eea0e195eb7d78700fa897d4a0b880a5 (diff)
downloadgawk-c220a970623b597fc34064d0abf7776ecdcd302c.tar.gz
Continued improvement in test/Makefile.am.
Diffstat (limited to 'test/Maketests')
-rw-r--r--test/Maketests5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/Maketests b/test/Maketests
index b0e8d4c0..79db8c6b 100644
--- a/test/Maketests
+++ b/test/Maketests
@@ -2421,11 +2421,6 @@ mpfrrndeval:
@-AWKPATH="$(srcdir)" $(AWK) -f $@.awk -M >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
-mpfrsqrt:
- @echo $@
- @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk -M >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
- @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
-
mpfrstrtonum:
@echo $@
@-AWKPATH="$(srcdir)" $(AWK) -f $@.awk -M >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@