mirror of
https://github.com/boostorg/program_options.git
synced 2026-01-19 04:22:15 +00:00
Make test Jamfile work with regression tests.
[SVN r22824]
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
|
||||
subproject libs/program_options/test ;
|
||||
|
||||
import testing ;
|
||||
|
||||
rule program-options-test ( name )
|
||||
{
|
||||
unit-test $(name) : $(name).cpp <lib>../build/boost_program_options
|
||||
<lib>../../test/build/boost_test_exec_monitor
|
||||
: <include>$(BOOST_ROOT)
|
||||
return [
|
||||
run $(name).cpp <lib>../build/boost_program_options
|
||||
<lib>../../test/build/boost_test_exec_monitor : :
|
||||
: <include>$(BOOST_ROOT) ]
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user