|
Last change
on this file since 33 was
29,
checked in by landauf, 17 years ago
|
|
updated boost from 1_33_1 to 1_34_1
|
|
File size:
684 bytes
|
| Line | |
|---|
| 1 | # (C) Copyright 2004: Eric Niebler |
|---|
| 2 | # Distributed under the Boost Software License, Version 1.0. |
|---|
| 3 | # (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
|---|
| 4 | |
|---|
| 5 | # bring in rules for testing |
|---|
| 6 | import testing ; |
|---|
| 7 | |
|---|
| 8 | test-suite "foreach" |
|---|
| 9 | : [ run stl_byval.cpp ] |
|---|
| 10 | [ run stl_byref.cpp ] |
|---|
| 11 | [ run array_byval.cpp ] |
|---|
| 12 | [ run array_byref.cpp ] |
|---|
| 13 | [ run cstr_byval.cpp ] |
|---|
| 14 | [ run cstr_byref.cpp ] |
|---|
| 15 | [ run pair_byval.cpp ] |
|---|
| 16 | [ run pair_byref.cpp ] |
|---|
| 17 | [ run user_defined.cpp ] |
|---|
| 18 | [ run call_once.cpp ] |
|---|
| 19 | [ run rvalue_const.cpp ] |
|---|
| 20 | [ run rvalue_nonconst.cpp ] |
|---|
| 21 | [ run dependent_type.cpp ] |
|---|
| 22 | [ compile noncopyable.cpp ] |
|---|
| 23 | ; |
|---|
Note: See
TracBrowser
for help on using the repository browser.