mirror of
https://github.com/boostorg/math.git
synced 2026-01-28 07:22:12 +00:00
25 lines
301 B
Plaintext
25 lines
301 B
Plaintext
|
|
# bring in the rules for testing
|
|
import testing ;
|
|
|
|
project
|
|
: requirements
|
|
<toolset>gcc:<cxxflags>-Wno-missing-braces
|
|
<include>../../..
|
|
;
|
|
|
|
run statistics_functions_example1.cpp ;
|
|
run students_t_example1.cpp ;
|
|
run students_t_example2.cpp ;
|
|
run students_t_example3.cpp ;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|