summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2004-10-11 05:07:27 +0200
committertege <tege@gmplib.org>2004-10-11 05:07:27 +0200
commit492c0c2a594121fd7f2669c06281d86dce77fde6 (patch)
treeb11b8a229a20532f4c9cc0e8b20eac0a119b5d18 /tests
parent0762fd7c11f76114c7a0dc555d5767dc42eddaed (diff)
downloadgmp-492c0c2a594121fd7f2669c06281d86dce77fde6.tar.gz
(EXTRA_PROGRAMS): Updates for yesterday's file removals and additions.
Diffstat (limited to 'tests')
-rw-r--r--tests/devel/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/devel/Makefile.am b/tests/devel/Makefile.am
index 1240a029d..1f5550a4f 100644
--- a/tests/devel/Makefile.am
+++ b/tests/devel/Makefile.am
@@ -26,8 +26,7 @@ LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libgmp.la
# addsub_n addsub_n_2 not yet built since mpn_addsub_n doesn't yet exist
#
EXTRA_PROGRAMS = \
- add_n addmul_1 copy divmod_1 divrem lshift mul_1 rshift \
- sub_n submul_1 tst-addsub try
+ aors_n anymul_1 copy divmod_1 divrem shift logops_n.c tst-addsub try
allprogs: $(EXTRA_PROGRAMS)