Line | |
---|
1 | # Copyright Vladimur Prus 2005. Use, modification and |
---|
2 | # distribution is subject to the Boost Software License, Version |
---|
3 | # 1.0. (See accompanying file LICENSE_1_0.txt or copy at |
---|
4 | # http://www.boost.org/LICENSE_1_0.txt) |
---|
5 | # |
---|
6 | # For more information, see http://www.boost.org/libs/any |
---|
7 | # |
---|
8 | |
---|
9 | subproject libs/any/test ; |
---|
10 | |
---|
11 | import testing ; |
---|
12 | |
---|
13 | rule any-test ( sources + ) |
---|
14 | { |
---|
15 | return [ run $(sources) : : : <include>$(BOOST_ROOT) ] ; |
---|
16 | } |
---|
17 | |
---|
18 | test-suite any : |
---|
19 | [ any-test ../any_test.cpp ] |
---|
20 | [ any-test any_to_ref_test.cpp <lib>../../test/build/boost_test_exec_monitor ] |
---|
21 | ; |
---|
22 | |
---|
23 | |
---|
Note: See
TracBrowser
for help on using the repository browser.