mirror of
https://github.com/boostorg/functional.git
synced 2026-02-02 21:02:12 +00:00
19 lines
365 B
Plaintext
19 lines
365 B
Plaintext
|
|
# (C) Copyright Tobias Schwinger
|
|
#
|
|
# Use modification and distribution are subject to the boost Software License,
|
|
# Version 1.0. (See http:/\/www.boost.org/LICENSE_1_0.txt).
|
|
|
|
import testing ;
|
|
|
|
project factory-tests
|
|
;
|
|
|
|
test-suite functional/factory
|
|
:
|
|
[ run value_factory.cpp ]
|
|
[ run factory.cpp ]
|
|
[ run factory_with_allocator.cpp ]
|
|
;
|
|
|