blob: 9169456d9033090ba9175ba0f9b5dd8eb174c7fd [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 forward-tests
10 ;
11
12test-suite functional/forward
13 :
14 [ run forward_adapter.cpp ]
15 [ run lightweight_forward_adapter.cpp ]
16 ;
17