Line | |
---|
1 | |
---|
2 | subproject libs/program_options/test ; |
---|
3 | |
---|
4 | import testing ; |
---|
5 | |
---|
6 | rule program-options-test ( name ) |
---|
7 | { |
---|
8 | return [ |
---|
9 | run $(name).cpp <lib>../build/boost_program_options |
---|
10 | <lib>../../test/build/boost_test_exec_monitor : : |
---|
11 | : <include>$(BOOST_ROOT) |
---|
12 | std::locale-support ] |
---|
13 | ; |
---|
14 | } |
---|
15 | |
---|
16 | rule program-options-dll-test ( name ) |
---|
17 | { |
---|
18 | return [ |
---|
19 | run $(name).cpp <dll>../build/boost_program_options |
---|
20 | <lib>../../test/build/boost_test_exec_monitor : : |
---|
21 | : <include>$(BOOST_ROOT) |
---|
22 | <define>BOOST_ALL_DYN_LINK=1 |
---|
23 | <runtime-link>dynamic |
---|
24 | : $(name)_dll ] |
---|
25 | ; |
---|
26 | } |
---|
27 | |
---|
28 | |
---|
29 | test-suite program_options : |
---|
30 | [ program-options-test options_description_test ] |
---|
31 | [ program-options-test parsers_test ] |
---|
32 | [ program-options-test variable_map_test ] |
---|
33 | [ program-options-test cmdline_test ] |
---|
34 | [ program-options-test positional_options_test ] |
---|
35 | [ program-options-test unicode_test ] |
---|
36 | [ program-options-test winmain ] |
---|
37 | [ program-options-dll-test options_description_test ] |
---|
38 | [ program-options-dll-test parsers_test ] |
---|
39 | [ program-options-dll-test variable_map_test ] |
---|
40 | [ program-options-dll-test cmdline_test ] |
---|
41 | [ program-options-dll-test positional_options_test ] |
---|
42 | [ program-options-dll-test unicode_test ] |
---|
43 | [ program-options-dll-test winmain ] |
---|
44 | |
---|
45 | |
---|
46 | ; |
---|
47 | |
---|
Note: See
TracBrowser
for help on using the repository browser.