2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Added include of testing rules, and install rules.

[SVN r45746]
This commit is contained in:
John Maddock
2008-05-25 16:57:45 +00:00
parent b8deb3aeeb
commit 1c4dae80e0

View File

@@ -3,6 +3,8 @@
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt.
import testing ;
C99_SOURCES = acosh
asinh
atanh
@@ -84,3 +86,5 @@ lib boost_math_c99l : ../src/tr1/$(C99_SOURCES)l.cpp
;
boost-install boost_math_c99 boost_math_c99f boost_math_c99l boost_math_tr1 boost_math_tr1f boost_math_tr1l ;