blob: 6c4f6eb82c2913c423ab526ff7a64f48aa993ba2 [file] [log] [blame]
Jeff Thompsona28eed82013-08-22 16:21:10 -07001
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
7import testing ;
8
9project factory-tests
10 ;
11
12test-suite functional/factory
13 :
14 [ run value_factory.cpp ]
15 [ run factory.cpp ]
16 [ run factory_with_allocator.cpp ]
17 ;
18