mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
18 lines
464 B
Plaintext
18 lines
464 B
Plaintext
# Copyright 2024 Matt Borland
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
# https://www.boost.org/LICENSE_1_0.txt
|
|
|
|
import testing ;
|
|
import ../../config/checks/config : requires ;
|
|
|
|
project : requirements
|
|
[ requires cxx14_decltype_auto cxx14_generic_lambdas cxx14_return_type_deduction cxx14_variable_templates cxx14_constexpr ]
|
|
;
|
|
|
|
# Distributions
|
|
run test_arcsine.cpp ;
|
|
run test_cauchy.cpp ;
|
|
|
|
# Special Functions
|
|
run test_beta_simple.cpp ;
|