summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-12-03 23:35:26 +0100
committerKevin Ryde <user42@zip.com.au>2001-12-03 23:35:26 +0100
commitc5835aff6f2c3948f49b26211e46cddd719beac4 (patch)
tree0c277b781cef62aeba894b2889feaf43a5095d00
parent33c22751aab3c5710a87c0c8489b2087f62b6f3d (diff)
downloadgmp-c5835aff6f2c3948f49b26211e46cddd719beac4.tar.gz
* tests/cxx/t-headers.cc: New file.
* tests/cxx/Makefile.am: Add it.
-rw-r--r--tests/cxx/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/cxx/Makefile.am b/tests/cxx/Makefile.am
index 21f9ce6ef..b16e0f300 100644
--- a/tests/cxx/Makefile.am
+++ b/tests/cxx/Makefile.am
@@ -27,14 +27,15 @@ LDADD = $(top_builddir)/tests/libtests.la \
$(top_builddir)/libgmpxx.la $(top_builddir)/libgmp.la
if WANT_CXX
-check_PROGRAMS = t-ostream t-locale t-constr t-expr
+check_PROGRAMS = t-headers t-ostream t-locale t-constr t-expr
TESTS = $(check_PROGRAMS)
endif
+t_headers_SOURCES = t-headers.cc
+t_constr_SOURCES = t-constr.cc
+t_expr_SOURCES = t-expr.cc
+t_locale_SOURCES = t-locale.cc
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