Last change
on this file since 45 was
29,
checked in by landauf, 17 years ago
|
updated boost from 1_33_1 to 1_34_1
|
File size:
519 bytes
|
Line | |
---|
1 | # Boost.Format Library test Jamfile |
---|
2 | # |
---|
3 | # Copyright (c) 2003 Samuel Krempp |
---|
4 | # |
---|
5 | # Distributed under the Boost Software License, Version 1.0. (See accompany- |
---|
6 | # ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
---|
7 | |
---|
8 | project |
---|
9 | : requirements |
---|
10 | <library>/boost/test//boost_test_exec_monitor/<link>static |
---|
11 | ; |
---|
12 | |
---|
13 | import testing ; |
---|
14 | { |
---|
15 | |
---|
16 | test-suite "format" |
---|
17 | : [ run format_test1.cpp ] |
---|
18 | [ run format_test2.cpp ] |
---|
19 | [ run format_test3.cpp ] |
---|
20 | [ run format_test_wstring.cpp ] |
---|
21 | ; |
---|
22 | } |
---|
23 | |
---|
Note: See
TracBrowser
for help on using the repository browser.