[Gmp-commit] /var/hg/gmp: Move EXTRA_DIST out of WANT_CXX.
mercurial at gmplib.org
mercurial at gmplib.org
Mon Nov 9 06:33:02 UTC 2015
details: /var/hg/gmp/rev/d71a9618f892
changeset: 16952:d71a9618f892
user: Marc Glisse <marc.glisse at inria.fr>
date: Mon Nov 09 07:32:59 2015 +0100
description:
Move EXTRA_DIST out of WANT_CXX.
diffstat:
ChangeLog | 4 ++++
tests/cxx/Makefile.am | 4 +++-
2 files changed, 7 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r e123e5d32ea2 -r d71a9618f892 ChangeLog
--- a/ChangeLog Sun Nov 08 19:50:06 2015 +0100
+++ b/ChangeLog Mon Nov 09 07:32:59 2015 +0100
@@ -1,3 +1,7 @@
+2015-11-09 Marc Glisse <marc.glisse at inria.fr>
+
+ * tests/cxx/Makefile.am: Move EXTRA_DIST out of WANT_CXX.
+
2015-11-08 Marco Bodrato <bodrato at mail.dm.unipi.it>
* mpz/urandomm.c: Use mpn_zero_p to shorten code.
diff -r e123e5d32ea2 -r d71a9618f892 tests/cxx/Makefile.am
--- a/tests/cxx/Makefile.am Sun Nov 08 19:50:06 2015 +0100
+++ b/tests/cxx/Makefile.am Mon Nov 09 07:32:59 2015 +0100
@@ -38,10 +38,12 @@
t-ternary t-unary \
t-do-exceptions-work-at-all-with-this-compiler \
t-ops2z t-assign t-constr t-rand
-EXTRA_DIST = t-ops2.h
+
TESTS = $(check_PROGRAMS)
endif
+EXTRA_DIST = t-ops2.h
+
t_assign_SOURCES = t-assign.cc
t_binary_SOURCES = t-binary.cc
t_cast_SOURCES = t-cast.cc
More information about the gmp-commit
mailing list