Brian Silverman | 8ed424f | 2018-08-04 23:36:27 -0700 | [diff] [blame^] | 1 | # Boost.Format Library example 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 | import testing ; | ||||
9 | |||||
10 | test-suite "format-examples" | ||||
11 | : [ run sample_advanced.cpp ] | ||||
12 | [ run sample_formats.cpp ] | ||||
13 | [ run sample_new_features.cpp ] | ||||
14 | [ run sample_userType.cpp ] | ||||
15 | ; | ||||
16 |