source:
downloads/boost_1_33_1/libs/parameter/test/Jamfile
@
12
Last change on this file since 12 was 12, checked in by landauf, 17 years ago | |
---|---|
|
|
File size: 287 bytes |
Line | |
---|---|
1 | # Boost Parameter Library test Jamfile |
2 | |
3 | subproject libs/parameter/test ; |
4 | |
5 | # bring in rules for testing |
6 | import testing ; |
7 | |
8 | test-suite "parameter" |
9 | : [ run basics.cpp ] |
10 | [ run sfinae.cpp ] |
11 | [ run macros.cpp ] |
12 | [ run tutorial.cpp ] |
13 | [ compile unwrap_cv_reference.cpp ] |
14 | ; |
Note: See TracBrowser
for help on using the repository browser.