• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
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
18