summaryrefslogtreecommitdiff
path: root/tests/mpz/Makefile.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-11 02:43:17 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-11 02:43:17 +0200
commit7b0597d518f3d025e80ad9f8d06f9520cc2f9420 (patch)
treee42244c6c98b6da0181644877cd8520c5e9280f3 /tests/mpz/Makefile.in
parent971d8847bb411463b8b42210cc49d8be014efcd8 (diff)
downloadgmp-7b0597d518f3d025e80ad9f8d06f9520cc2f9420.tar.gz
* tests/*/Makefile.in, mpfr/tests/Makefile.in: Regenerate with
automake patch to avoid Ultrix problem with empty $(TESTS).
Diffstat (limited to 'tests/mpz/Makefile.in')
-rw-r--r--tests/mpz/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mpz/Makefile.in b/tests/mpz/Makefile.in
index cf9811917..e5d793ed4 100644
--- a/tests/mpz/Makefile.in
+++ b/tests/mpz/Makefile.in
@@ -841,6 +841,8 @@ check-TESTS: $(TESTS)
echo "$$banner"; \
echo "$$dashes"; \
test "$$failed" -eq 0; \
+ else \
+ true; \
fi
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)