summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2020-06-18 18:39:48 +0200
committerTorbjorn Granlund <tg@gmplib.org>2020-06-18 18:39:48 +0200
commitfe36a33a63095eef580714eb61f672896632ddff (patch)
treef94f456943c63ebde47a94a9d2de43a389e323f7 /tests
parent60d552362adb4d4b9f3f76b11f7437567bf9b298 (diff)
downloadgmp-fe36a33a63095eef580714eb61f672896632ddff.tar.gz
Add test-add_ssaaaa test-sub_ddmmss to EXTRA_PROGRAMS to hopefully make automake do what we want.
Diffstat (limited to 'tests')
-rw-r--r--tests/devel/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/devel/Makefile.am b/tests/devel/Makefile.am
index 3738d6db2..fdc18780e 100644
--- a/tests/devel/Makefile.am
+++ b/tests/devel/Makefile.am
@@ -23,7 +23,7 @@ AM_LDFLAGS = -no-install
LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libgmp.la
EXTRA_PROGRAMS = \
- sqrtrem_1_2 primes try
+ sqrtrem_1_2 primes try test-add_ssaaaa test-sub_ddmmss
BUILT_SOURCES =
DISTCLEANFILES = $(BUILT_SOURCES)