Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / timer / test / Jamfile.v2
index 6210c7d..bbb3114 100644 (file)
@@ -7,6 +7,9 @@
 
 # See library home page at http://www.boost.org/libs/timer
 
+path-constant parent : .. ;  # so that inspect will start in boost-root/libs/timer
+                             # when run from another directory, such as boost-root/status
+
 project
     : requirements
       <library>/boost/timer//boost_timer
@@ -35,5 +38,13 @@ project
             :
             : <test-info>always_show_run_output
      ]
-     [ compile original_timer_test.cpp ]
+     [ compile original_timer_test.cpp
+     ]
+     [ run /boost/tools/inspect//inspect/<variant>release
+       : $(parent) -text -brief # command line
+       : # input files
+       : <dependency>/boost/filesystem//boost_filesystem
+         <test-info>always_show_run_output # requirements
+       : inspect # test name
+     ]
    ;