| Line | |
|---|
| 1 | # (C) Copyright boost 2004. |
|---|
| 2 | # Distributed under the Boost Software License, Version 1.0. |
|---|
| 3 | # (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt) |
|---|
| 4 | # |
|---|
| 5 | # See http://www.boost.org/libs/test for the library home page. |
|---|
| 6 | |
|---|
| 7 | project boost/test |
|---|
| 8 | : source-location ../src |
|---|
| 9 | : requirements <define>BOOST_TEST_NO_AUTO_LINK=1 |
|---|
| 10 | <os>NT:<link>static |
|---|
| 11 | <toolset>msvc:<asynch-exceptions>on |
|---|
| 12 | ; |
|---|
| 13 | |
|---|
| 14 | PRG_EXEC_MON_SOURCES = |
|---|
| 15 | execution_monitor |
|---|
| 16 | cpp_main |
|---|
| 17 | ; |
|---|
| 18 | |
|---|
| 19 | TEST_EXEC_MON_SOURCES = |
|---|
| 20 | compiler_log_formatter |
|---|
| 21 | execution_monitor |
|---|
| 22 | framework |
|---|
| 23 | plain_report_formatter |
|---|
| 24 | progress_monitor |
|---|
| 25 | results_collector |
|---|
| 26 | results_reporter |
|---|
| 27 | test_main |
|---|
| 28 | test_tools |
|---|
| 29 | unit_test_log |
|---|
| 30 | unit_test_main |
|---|
| 31 | unit_test_monitor |
|---|
| 32 | unit_test_parameters |
|---|
| 33 | unit_test_suite |
|---|
| 34 | xml_log_formatter |
|---|
| 35 | xml_report_formatter |
|---|
| 36 | ; |
|---|
| 37 | |
|---|
| 38 | UTF_SOURCES = |
|---|
| 39 | compiler_log_formatter |
|---|
| 40 | execution_monitor |
|---|
| 41 | framework |
|---|
| 42 | plain_report_formatter |
|---|
| 43 | progress_monitor |
|---|
| 44 | results_collector |
|---|
| 45 | results_reporter |
|---|
| 46 | test_tools |
|---|
| 47 | unit_test_log |
|---|
| 48 | unit_test_main |
|---|
| 49 | unit_test_monitor |
|---|
| 50 | unit_test_parameters |
|---|
| 51 | unit_test_suite |
|---|
| 52 | xml_log_formatter |
|---|
| 53 | xml_report_formatter |
|---|
| 54 | ; |
|---|
| 55 | |
|---|
| 56 | lib boost_prg_exec_monitor : $(PRG_EXEC_MON_SOURCES).cpp |
|---|
| 57 | : |
|---|
| 58 | ; |
|---|
| 59 | |
|---|
| 60 | lib boost_test_exec_monitor : $(TEST_EXEC_MON_SOURCES).cpp |
|---|
| 61 | : <toolset>borland:<cxxflags>-w-8080 |
|---|
| 62 | ; |
|---|
| 63 | |
|---|
| 64 | lib boost_unit_test_framework : $(UTF_SOURCES).cpp |
|---|
| 65 | : <toolset>borland:<cxxflags>-w-8080 |
|---|
| 66 | ; |
|---|
| 67 | |
|---|
| 68 | alias minimal : : : : |
|---|
| 69 | <toolset>msvc:<asynch-exceptions>on |
|---|
| 70 | ; |
|---|
Note: See
TracBrowser
for help on using the repository browser.