Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / units / test / Jamfile.v2
index c75a4ed..8913e2b 100644 (file)
@@ -16,7 +16,7 @@ warning-compilers =
 
 project boost/units/test :
     requirements
-        <source>/boost//headers
+        <implicit-dependency>/boost//headers
         <include>../../..
         <toolset>msvc:<asynch-exceptions>on
         $(warning-compilers):$(warning-options)
@@ -52,8 +52,9 @@ run test_custom_unit.cpp ;
 run test_scaled_conversion.cpp ;
 run test_lambda.cpp ;
 run test_scaled_unit.cpp test_framework ;
-run test_output.cpp test_framework /boost//regex ;
+run test_output.cpp test_framework /boost//regex : : : <test-info>always_show_run_output ;
 run test_trig.cpp test_framework ;
+run test_information_units.cpp test_framework ;
 
 compile-fail fail_implicit_conversion.cpp ;
 compile-fail fail_quantity_construct.cpp ;