3cec009503
[SVN r61597]
18 lines
346 B
Plaintext
18 lines
346 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 forward-tests
|
|
;
|
|
|
|
test-suite functional/forward
|
|
:
|
|
[ run forward_adapter.cpp ]
|
|
[ run lightweight_forward_adapter.cpp ]
|
|
;
|
|
|