# Copyright Daryle Walker, Hubert Holin, John Maddock 2006 - 2007 # copyright Paul A. Bristow 2006 - 2010 # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt. # \math_toolkit\libs\math\test\jamfile.v2 # Runs all math toolkit tests, functions & distributions, # and build math examples. # bring in the rules for testing import testing ; import modules ; import path ; import pch ; import ../../config/checks/config : requires ; project : requirements msvc:all msvc:on ../../../.. msvc:latest gcc:-fmodules-ts gcc:23 ; obj core : ../../module/core.cxx : msvc:-interface ; obj constants : ../../module/constants.cxx core : msvc:-interface core ; obj special_functions : ../../module/sf.cxx constants core : msvc:-interface core constants ; run test_policy.cpp core : : : core ; run test_core.cpp core : : : core ; run test_constants.cpp constants core : : : constants ; run test_sf.cpp special_functions constants core : : : special_functions ;