2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-28 07:22:12 +00:00
Files
math/example/Jamfile.v2
John Maddock 57d3e67695 Initial commit
[SVN r3075]
2006-07-09 16:40:09 +00:00

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 ;