Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/random/test/Jamfile.v2 @ 13

Last change on this file since 13 was 12, checked in by landauf, 18 years ago

added boost

File size: 460 bytes
Line 
1# Boost Random Library test Jamfile
2
3# bring in rules for testing
4import testing ;
5
6project
7    : source-location $(BOOST_ROOT)
8    ;
9{
10   test-suite "random"
11        :
12        [ run libs/random/random_test.cpp ]
13        [ run libs/random/random_demo.cpp ]
14#       [ run libs/random/nondet_random_speed.cpp ]
15#       [ run libs/random/random_device.cpp ]
16#       [ run libs/random/random_speed.cpp ]
17#       [ run libs/random/statistic_tests.cpp ]
18       ;
19}
20
Note: See TracBrowser for help on using the repository browser.