]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/timer/test/Jamfile.v2
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / timer / test / Jamfile.v2
index 567a2204737ccedb15dacba5b893b0775614451c..154cbb7c550939c7b183951904dda904abdef672 100644 (file)
@@ -15,40 +15,19 @@ path-constant parent : .. ;  # so that inspect will start in boost-root/libs/tim
 project
     : requirements
       <library>/boost/timer//boost_timer
-      <toolset>msvc:<asynch-exceptions>on
     ;
  
-   test-suite "timer"
-   :
-     [ run ../example/auto_cpu_timer_example.cpp
-       : # command line
-       : # input files
-       : <test-info>always_show_run_output # requirements
-     ]
-     [ run cpu_timer_info.cpp
-       : # command line
-       : # input files
-       : <test-info>always_show_run_output # requirements
-     ]
-     [ run cpu_timer_test.cpp
-       : # command line
-       : # input files
-       : <test-info>always_show_run_output # requirements
-     ]
-     [ run ../example/timex.cpp
-       : echo "Hello, world"
-            :
-            : <test-info>always_show_run_output
-     ]
-     [ compile original_timer_test.cpp
-     ]
-     [ run chrono_conflict_test.cpp /boost/chrono//boost_chrono : : : <link>static
-     ]
-#     [ 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
-#     ]
-   ;
+run ../example/auto_cpu_timer_example.cpp : : : <test-info>always_show_run_output ;
+
+run cpu_timer_info.cpp : : : <test-info>always_show_run_output ;
+run cpu_timer_test.cpp : : : <test-info>always_show_run_output ;
+
+run ../example/timex.cpp : echo "Hello, world" : : <test-info>always_show_run_output ;
+
+compile original_timer_test.cpp ;
+run chrono_conflict_test.cpp /boost/chrono//boost_chrono : : : <link>static ;
+
+run progress_display_test.cpp ;
+
+run /boost/tools/inspect//inspect/<variant>release : $(parent) -text -brief : : <test-info>always_show_run_output : inspect ;
+explicit inspect ;