summaryrefslogtreecommitdiff
path: root/tests/cxx
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2015-11-09 07:32:59 +0100
committerMarc Glisse <marc.glisse@inria.fr>2015-11-09 07:32:59 +0100
commite97517c73c6a962a9d2cd519adcc639087cd1a75 (patch)
treeda8e65307f36d79ca521954c296503a49431f0dc /tests/cxx
parent0cd3e1994d69a69bb8244c96d06fd03fbb5e4ca9 (diff)
downloadgmp-e97517c73c6a962a9d2cd519adcc639087cd1a75.tar.gz
Move EXTRA_DIST out of WANT_CXX.
Diffstat (limited to 'tests/cxx')
-rw-r--r--tests/cxx/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/cxx/Makefile.am b/tests/cxx/Makefile.am
index 297cca5c3..873893b7e 100644
--- a/tests/cxx/Makefile.am
+++ b/tests/cxx/Makefile.am
@@ -38,10 +38,12 @@ check_PROGRAMS = t-binary t-cast t-cxx11 \
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