Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/random/test/Jamfile.v2 @ 35

Last change on this file since 35 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 643 bytes
Line 
1# Copyright 2003 Jens Maurer
2# Distributed under the Boost Software License, Version 1.0. (See accompany-
3# ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4
5# Boost Random Library test Jamfile
6
7# bring in rules for testing
8import testing ;
9
10project
11    : source-location $(BOOST_ROOT)
12    ;
13{
14   test-suite "random"
15        :
16        [ run libs/random/random_test.cpp ]
17        [ run libs/random/random_demo.cpp ]
18#       [ run libs/random/nondet_random_speed.cpp ]
19#       [ run libs/random/random_device.cpp ]
20#       [ run libs/random/random_speed.cpp ]
21#       [ run libs/random/statistic_tests.cpp ]
22       ;
23}
24
Note: See TracBrowser for help on using the repository browser.