summaryrefslogtreecommitdiff
path: root/tests/mpbsd
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-01-15 01:45:49 +0100
committerKevin Ryde <user42@zip.com.au>2002-01-15 01:45:49 +0100
commit2fb358fc1106240f7aca183f18cf8a21115d233a (patch)
tree4d27a3353ea6f69a8a9dc5460b8b1c83cbed2a3a /tests/mpbsd
parent307f619120cf6100e794a11aa6de52175abc2dc6 (diff)
downloadgmp-2fb358fc1106240f7aca183f18cf8a21115d233a.tar.gz
* tests/mpbsd/Makefile.am: Add a convenience rule for ../libtests.la.
Diffstat (limited to 'tests/mpbsd')
-rw-r--r--tests/mpbsd/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/mpbsd/Makefile.am b/tests/mpbsd/Makefile.am
index a69496aa1..22ec6f06f 100644
--- a/tests/mpbsd/Makefile.am
+++ b/tests/mpbsd/Makefile.am
@@ -34,3 +34,6 @@ TESTS = $(check_PROGRAMS)
# check linking only against libmp
allfuns_LDADD = $(top_builddir)/libmp.la
+
+$(top_builddir)/tests/libtests.la:
+ cd $(top_builddir)/tests; $(MAKE) $(AM_MAKEFLAGS) libtests.la