Compare commits

...

1 Commits

Author SHA1 Message Date
Peter Dimov
2e246f5213 Change test/Jamfile to work after bcp --namespace 2019-05-26 18:56:13 +03:00

View File

@@ -2,7 +2,7 @@ import testing ;
project project
: requirements : requirements
<library>../build//boost_program_options <library>/boost//program_options
<link>static <link>static
<variant>debug <variant>debug
@@ -15,7 +15,7 @@ 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 ]
; ;
} }