summaryrefslogtreecommitdiff
path: root/tests/devel
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2018-11-08 01:25:46 +0100
committerTorbjorn Granlund <tg@gmplib.org>2018-11-08 01:25:46 +0100
commit024a81cf039d6842b1c334acbdd1b9fa039138f0 (patch)
treeae9db3f25f9a34c36297fab56a7bcd6caf139fe5 /tests/devel
parenta2e75a66791ff89708485b3460fc433f6a2e7377 (diff)
downloadgmp-024a81cf039d6842b1c334acbdd1b9fa039138f0.tar.gz
(EXTRA_PROGRAMS): Add missing files.
Diffstat (limited to 'tests/devel')
-rw-r--r--tests/devel/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/devel/Makefile.am b/tests/devel/Makefile.am
index f22b06d60..5532d2890 100644
--- a/tests/devel/Makefile.am
+++ b/tests/devel/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to generate Makefile.in
-# Copyright 2000-2002 Free Software Foundation, Inc.
+# Copyright 2000-2002, 2018 Free Software Foundation, Inc.
#
# This file is part of the GNU MP Library test suite.
#
@@ -25,7 +25,7 @@ LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libgmp.la
# add_n_sub_n add_n_sub_n_2 not yet built since mpn_add_n_sub_n doesn't yet exist
#
EXTRA_PROGRAMS = \
- aors_n anymul_1 copy divmod_1 divrem shift logops_n sqrtrem_1_2 tst-addsub try
+ aors_n anymul_1 copy divmod_1 divrem shift logops_n sqrtrem_1_2 tst-addsub try addmul_N mul_N cnd_aors_n
allprogs: $(EXTRA_PROGRAMS)