Jeff Thompson | a28eed8 | 2013-08-22 16:21:10 -0700 | [diff] [blame^] | 1 | |
2 | # (C) Copyright Tobias Schwinger | ||||
3 | # | ||||
4 | # Use modification and distribution are subject to the boost Software License, | ||||
5 | # Version 1.0. (See http:/\/www.boost.org/LICENSE_1_0.txt). | ||||
6 | |||||
7 | import testing ; | ||||
8 | |||||
9 | project factory-tests | ||||
10 | ; | ||||
11 | |||||
12 | test-suite functional/factory | ||||
13 | : | ||||
14 | [ run value_factory.cpp ] | ||||
15 | [ run factory.cpp ] | ||||
16 | [ run factory_with_allocator.cpp ] | ||||
17 | ; | ||||
18 |