mirror of
https://github.com/boostorg/program_options.git
synced 2026-01-24 18:12:37 +00:00
Compare commits
1 Commits
develop
...
pr/bcp-nam
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2e246f5213 |
@@ -2,20 +2,20 @@ import testing ;
|
|||||||
|
|
||||||
project
|
project
|
||||||
: requirements
|
: requirements
|
||||||
<library>../build//boost_program_options
|
<library>/boost//program_options
|
||||||
<link>static
|
<link>static
|
||||||
<variant>debug
|
<variant>debug
|
||||||
|
|
||||||
# <define>_GLIBCXX_CONCEPT_CHECKS
|
# <define>_GLIBCXX_CONCEPT_CHECKS
|
||||||
# <define>_GLIBCXX_DEBUG
|
# <define>_GLIBCXX_DEBUG
|
||||||
;
|
;
|
||||||
|
|
||||||
rule po-test ( source : input-file ? )
|
rule po-test ( source : input-file ? )
|
||||||
{
|
{
|
||||||
return
|
return
|
||||||
[ run $(source) : : $(input-file) ]
|
[ run $(source) : : $(input-file) ]
|
||||||
[ run $(source) : : $(input-file)
|
[ run $(source) : : $(input-file)
|
||||||
: <link>shared <define>BOOST_PROGRAM_OPTIONS_DYN_LINK=1
|
: <link>shared
|
||||||
: $(source:B)_dll ]
|
: $(source:B)_dll ]
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
@@ -37,7 +37,7 @@ test-suite program_options :
|
|||||||
[ po-test optional_test.cpp ]
|
[ po-test optional_test.cpp ]
|
||||||
[ run options_description_test.cpp : : : <rtti>off <define>BOOST_NO_RTTI <define>BOOST_NO_TYPEID : options_description_no_rtti_test ]
|
[ run options_description_test.cpp : : : <rtti>off <define>BOOST_NO_RTTI <define>BOOST_NO_TYPEID : options_description_no_rtti_test ]
|
||||||
;
|
;
|
||||||
|
|
||||||
exe test_convert : test_convert.cpp ;
|
exe test_convert : test_convert.cpp ;
|
||||||
|
|
||||||
# `quick` target (for CI)
|
# `quick` target (for CI)
|
||||||
|
|||||||
Reference in New Issue
Block a user