[Gmp-commit] /var/hg/gmp-proj/mini-gmp: Comment on some missing tests.
mercurial at gmplib.org
mercurial at gmplib.org
Sat Jan 7 23:30:16 CET 2012
details: /var/hg/gmp-proj/mini-gmp/rev/f39867e4af01
changeset: 57:f39867e4af01
user: Niels M?ller <nisse at lysator.liu.se>
date: Sat Jan 07 23:30:10 2012 +0100
description:
Comment on some missing tests.
diffstat:
tests/Makefile | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r 27bedcc7be34 -r f39867e4af01 tests/Makefile
--- a/tests/Makefile Sat Jan 07 23:26:00 2012 +0100
+++ b/tests/Makefile Sat Jan 07 23:30:10 2012 +0100
@@ -32,5 +32,8 @@
%: %.o $(MISC_OBJS)
$(CC) $(LDFLAGS) $^ $(LIBS) -o $@
+# Missing tests include:
+# mpz_cmp_d, mpz_popcount, mpz_hamdist, mpz_ui_pow_ui
+
check: $(CHECK_PROGRAMS)
./run-tests $(CHECK_PROGRAMS)
More information about the gmp-commit
mailing list