| Line | |
|---|
| 1 | # Copyright David Abrahams 2003. |
|---|
| 2 | # Distributed under the Boost Software License, Version 1.0. |
|---|
| 3 | # (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/ |
|---|
| 7 | |
|---|
| 8 | subproject libs/utility/enable_if/test ; |
|---|
| 9 | |
|---|
| 10 | # bring in rules for testing |
|---|
| 11 | import testing ; |
|---|
| 12 | |
|---|
| 13 | # Make tests run by default. |
|---|
| 14 | DEPENDS all : test ; |
|---|
| 15 | |
|---|
| 16 | { |
|---|
| 17 | local test_monitor = <lib>@boost/libs/test/build/boost_test_exec_monitor ; |
|---|
| 18 | |
|---|
| 19 | # look in BOOST_ROOT for sources first, just in this Jamfile |
|---|
| 20 | local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ; |
|---|
| 21 | |
|---|
| 22 | test-suite utility/enable_if |
|---|
| 23 | : |
|---|
| 24 | [ run libs/utility/enable_if/test/constructors.cpp $(test_monitor) ] |
|---|
| 25 | [ run libs/utility/enable_if/test/dummy_arg_disambiguation.cpp $(test_monitor) ] |
|---|
| 26 | [ run libs/utility/enable_if/test/lazy.cpp $(test_monitor) ] |
|---|
| 27 | [ run libs/utility/enable_if/test/lazy_test.cpp $(test_monitor) ] |
|---|
| 28 | [ run libs/utility/enable_if/test/member_templates.cpp $(test_monitor) ] |
|---|
| 29 | [ run libs/utility/enable_if/test/namespace_disambiguation.cpp $(test_monitor) ] |
|---|
| 30 | [ run libs/utility/enable_if/test/no_disambiguation.cpp $(test_monitor) ] |
|---|
| 31 | [ run libs/utility/enable_if/test/partial_specializations.cpp $(test_monitor) ] |
|---|
| 32 | ; |
|---|
| 33 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.