|
Last change
on this file since 30 was
29,
checked in by landauf, 17 years ago
|
|
updated boost from 1_33_1 to 1_34_1
|
|
File size:
958 bytes
|
| Line | |
|---|
| 1 | # Boost.Range library |
|---|
| 2 | # |
|---|
| 3 | # Copyright Thorsten Ottosen 2003-2004. Use, modification and |
|---|
| 4 | # distribution is subject to the Boost Software License, Version |
|---|
| 5 | # 1.0. (See accompanying file LICENSE_1_0.txt or copy at |
|---|
| 6 | # http://www.boost.org/LICENSE_1_0.txt) |
|---|
| 7 | # |
|---|
| 8 | # For more information, see http://www.boost.org/libs/range/ |
|---|
| 9 | # |
|---|
| 10 | |
|---|
| 11 | rule range-test ( name : includes * ) |
|---|
| 12 | { |
|---|
| 13 | return [ |
|---|
| 14 | run $(name).cpp /boost/test//boost_unit_test_framework/<link>static |
|---|
| 15 | : |
|---|
| 16 | : |
|---|
| 17 | : $(includes) |
|---|
| 18 | ] ; |
|---|
| 19 | } |
|---|
| 20 | |
|---|
| 21 | test-suite range : |
|---|
| 22 | [ range-test array ] |
|---|
| 23 | [ range-test iterator_pair ] |
|---|
| 24 | [ range-test std_container ] |
|---|
| 25 | [ range-test string ] |
|---|
| 26 | [ range-test iterator_range ] |
|---|
| 27 | [ range-test sub_range ] |
|---|
| 28 | [ range-test partial_workaround ] |
|---|
| 29 | [ range-test algorithm_example ] |
|---|
| 30 | [ range-test reversible_range ] |
|---|
| 31 | [ range-test const_ranges ] |
|---|
| 32 | [ range-test extension_mechanism ] |
|---|
| 33 | # [ range-test mfc : <include>$(VC71_ROOT)/atlmfc/include ] |
|---|
| 34 | ; |
|---|
| 35 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.