summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-11-30 00:21:59 +0100
committerKevin Ryde <user42@zip.com.au>2001-11-30 00:21:59 +0100
commitb51f4c1bca09921ee41cfa516b9b280c0c24e63e (patch)
tree80f59d106179a65b4b8d7e18e5bafaab4a2b0d02
parenta7bc5985a43fcefa6f8bb2ed6d67b1c631f590ac (diff)
downloadgmp-b51f4c1bca09921ee41cfa516b9b280c0c24e63e.tar.gz
2001-11-30 Gerardo Ballabio <ballabio@sissa.it>
* tests/cxx/t-constr.cc, tests/cxx/t-expr.cc: New files. * tests/cxx/Makefile.am (check_PROGRAMS): Add them.
-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 9e12c1ef0..21f9ce6ef 100644
--- a/tests/cxx/Makefile.am
+++ b/tests/cxx/Makefile.am
@@ -27,12 +27,14 @@ LDADD = $(top_builddir)/tests/libtests.la \
$(top_builddir)/libgmpxx.la $(top_builddir)/libgmp.la
if WANT_CXX
-check_PROGRAMS = t-ostream t-locale
+check_PROGRAMS = t-ostream t-locale t-constr t-expr
TESTS = $(check_PROGRAMS)
endif
t_ostream_SOURCES = t-ostream.cc
t_locale_SOURCES = t-locale.cc
+t_constr_SOURCES = t-constr.cc
+t_expr_SOURCES = t-expr.cc
$(top_builddir)/tests/libtests.la:
cd $(top_builddir)/tests; $(MAKE) $(AM_MAKEFLAGS) libtests.la