Jamfile 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  1. # Boost regression-testing Jamfile
  2. # (C) Copyright David Abrahams 2002. Permission to copy, use, modify, sell and
  3. # distribute this software is granted provided this copyright notice appears in
  4. # all copies. This software is provided "as is" without express or implied
  5. # warranty, and with no claim as to its suitability for any purpose.
  6. subproject status ;
  7. # bring in the rules for testing
  8. SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
  9. include testing.jam ;
  10. include testsuites.jam ;
  11. # Make tests run by default.
  12. DEPENDS all : test ;
  13. # Tests from Jamfiles in individual library test subdirectories
  14. subinclude libs/filesystem/test ;
  15. subinclude libs/type_traits/test ; # test-suite type_traits
  16. subinclude libs/regex/test ; # test-suite regex
  17. subinclude libs/regex/example ; # test-suite regex-examples
  18. subinclude libs/static_assert ; # test-suite static_assert
  19. # Tests specified in this Jamfile
  20. {
  21. # look in BOOST_ROOT for sources first, just in this Jamfile
  22. local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ;
  23. test-suite "bind"
  24. : [ run libs/bind/bind_test.cpp ]
  25. [ run libs/bind/mem_fn_test.cpp ]
  26. [ run libs/bind/mem_fn_void_test.cpp ]
  27. [ run libs/bind/mem_fn_derived_test.cpp ]
  28. ;
  29. test-suite config
  30. : [ run libs/config/test/config_test.cpp <lib>../libs/test/build/boost_test_exec_monitor
  31. : #args
  32. : #input-files
  33. : #requirements
  34. <threading>multi
  35. ]
  36. [ run libs/config/test/config_info.cpp : : : <test-info>always_show_run_output ]
  37. [ run libs/config/test/limits_test.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  38. ;
  39. run libs/any/any_test.cpp ;
  40. test-suite array
  41. : [ run libs/array/array1.cpp ]
  42. [ run libs/array/array2.cpp ]
  43. [ run libs/array/array3.cpp ]
  44. [ run libs/array/array4.cpp ]
  45. [ run libs/array/array5.cpp ]
  46. ;
  47. test-suite concept_check
  48. : [ compile libs/concept_check/concept_check_test.cpp ]
  49. [ compile libs/concept_check/class_concept_check_test.cpp ]
  50. [ compile-fail libs/concept_check/concept_check_fail_expected.cpp ]
  51. [ compile-fail libs/concept_check/class_concept_fail_expected.cpp ]
  52. ;
  53. test-suite conversion
  54. : [ run libs/conversion/cast_test.cpp ]
  55. [ run libs/conversion/lexical_cast_test.cpp ]
  56. ;
  57. run libs/crc/crc_test.cpp <lib>../libs/test/build/boost_test_exec_monitor ;
  58. test-suite date_time
  59. : [ run libs/date_time/test/testgregorian_calendar.cpp
  60. : : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
  61. [ run libs/date_time/test/gregorian/testdate.cpp
  62. <lib>../libs/date_time/build/boost_date_time
  63. : : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
  64. [ run libs/date_time/test/gregorian/testdate_duration.cpp
  65. <lib>../libs/date_time/build/boost_date_time
  66. : : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
  67. [ run libs/date_time/test/gregorian/testdate_iterator.cpp
  68. <lib>../libs/date_time/build/boost_date_time
  69. : : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
  70. [ run libs/date_time/test/gregorian/testfacet.cpp
  71. <lib>../libs/date_time/build/boost_date_time
  72. : : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
  73. [ run libs/date_time/test/gregorian/testformatters.cpp
  74. <lib>../libs/date_time/build/boost_date_time
  75. : : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
  76. [ run libs/date_time/test/gregorian/testgenerators.cpp
  77. <lib>../libs/date_time/build/boost_date_time
  78. : : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
  79. [ run libs/date_time/test/gregorian/testgreg_cal.cpp
  80. <lib>../libs/date_time/build/boost_date_time
  81. : : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
  82. [ run libs/date_time/test/gregorian/testgreg_day.cpp
  83. <lib>../libs/date_time/build/boost_date_time
  84. : : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
  85. [ run libs/date_time/test/gregorian/testgreg_month.cpp
  86. <lib>../libs/date_time/build/boost_date_time
  87. : : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
  88. [ run libs/date_time/test/gregorian/testparse_date.cpp
  89. <lib>../libs/date_time/build/boost_date_time
  90. : : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
  91. [ run libs/date_time/test/posix_time/testc_local_adjustor.cpp
  92. <lib>../libs/date_time/build/boost_date_time
  93. : : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
  94. [ run libs/date_time/test/posix_time/testclock.cpp
  95. <lib>../libs/date_time/build/boost_date_time
  96. : : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
  97. [ run libs/date_time/test/posix_time/testdst_rules.cpp
  98. <lib>../libs/date_time/build/boost_date_time
  99. : : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
  100. [ run libs/date_time/test/posix_time/testduration.cpp
  101. <lib>../libs/date_time/build/boost_date_time
  102. : : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
  103. [ run libs/date_time/test/posix_time/testiterator.cpp
  104. <lib>../libs/date_time/build/boost_date_time
  105. : : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
  106. [ run libs/date_time/test/posix_time/testparse_time.cpp
  107. <lib>../libs/date_time/build/boost_date_time
  108. : : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
  109. [ run libs/date_time/test/posix_time/testperiod.cpp
  110. <lib>../libs/date_time/build/boost_date_time
  111. : : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
  112. [ run libs/date_time/test/posix_time/testtime.cpp
  113. <lib>../libs/date_time/build/boost_date_time
  114. : : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ]
  115. [ run libs/date_time/test/testint_adapter.cpp ]
  116. [ run libs/date_time/test/testtime_resolution_traits.cpp ]
  117. [ run libs/date_time/test/testwrapping_int.cpp ]
  118. [ run libs/date_time/test/testconstrained_value.cpp ]
  119. ;
  120. test-suite disjoint_sets
  121. : [ run libs/disjoint_sets/disjoint_set_test.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  122. ;
  123. test-suite dynamic_bitset
  124. : [ run libs/dynamic_bitset/dyn_bitset_unit_tests1.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  125. [ run libs/dynamic_bitset/dyn_bitset_unit_tests2.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  126. [ run libs/dynamic_bitset/dyn_bitset_unit_tests3.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  127. ;
  128. test-suite format
  129. : [ run libs/format/test/format_test1.cpp <lib>../libs/test/build/boost_test_exec_monitor
  130. : # args
  131. : # input files
  132. : <runtime-link>static # uses locale; metrowerks toolsets don't have a locale in the dynamic library
  133. ]
  134. [ run libs/format/test/format_test2.cpp <lib>../libs/test/build/boost_test_exec_monitor
  135. : # args
  136. : # input files
  137. : <runtime-link>static # uses locale; metrowerks toolsets don't have a locale in the dynamic library
  138. ]
  139. [ run libs/format/test/format_test_wstring.cpp <lib>../libs/test/build/boost_test_exec_monitor
  140. : # args
  141. : # input files
  142. : <runtime-link>static # uses locale; metrowerks toolsets don't have a locale in the dynamic library
  143. ]
  144. ;
  145. run libs/functional/function_test.cpp ;
  146. run libs/graph/test/graph.cpp ;
  147. test-suite integer
  148. : [ run libs/integer/cstdint_test.cpp ]
  149. [ run libs/integer/integer_test.cpp ]
  150. [ run libs/integer/integer_traits_test.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  151. ;
  152. run
  153. libs/io/test/ios_state_test.cpp <lib>../libs/test/build/boost_test_exec_monitor # sources
  154. : # args
  155. : # input-files
  156. : <runtime-link>static # requirements (static runtime required by Metrowerks)
  157. ;
  158. test-suite lambda
  159. : [ run libs/lambda/test/bind_tests_simple.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  160. [ run libs/lambda/test/bind_tests_advanced.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  161. [ run libs/lambda/test/bind_tests_simple_f_refs.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  162. [ run libs/lambda/test/bll_and_function.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  163. [ run libs/lambda/test/cast_test.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  164. [ run libs/lambda/test/constructor_tests.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  165. [ run libs/lambda/test/control_structures.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  166. [ run libs/lambda/test/exception_test.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  167. [ run libs/lambda/test/extending_rt_traits.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  168. [ run libs/lambda/test/is_instance_of_test.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  169. [ run libs/lambda/test/member_pointer_test.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  170. [ run libs/lambda/test/operator_tests_simple.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  171. [ run libs/lambda/test/phoenix_control_structures.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  172. [ run libs/lambda/test/switch_construct.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  173. ;
  174. test-suite math
  175. : [ run libs/math/test/common_factor_test.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  176. [ run libs/math/octonion/octonion_test.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  177. [ run libs/math/quaternion/quaternion_test.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  178. [ run libs/math/special_functions/special_functions_test.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  179. ;
  180. run libs/pool/test/test_pool_alloc.cpp <lib>../libs/test/build/boost_test_exec_monitor ;
  181. test-suite preprocessor
  182. : [ compile libs/preprocessor/test/arithmetic.cpp ]
  183. [ compile libs/preprocessor/test/array.cpp ]
  184. [ compile libs/preprocessor/test/comparison.cpp ]
  185. [ compile libs/preprocessor/test/control.cpp ]
  186. [ compile libs/preprocessor/test/debug.cpp ]
  187. [ compile libs/preprocessor/test/facilities.cpp ]
  188. [ compile libs/preprocessor/test/iteration.cpp ]
  189. [ compile libs/preprocessor/test/list.cpp ]
  190. [ compile libs/preprocessor/test/logical.cpp ]
  191. [ compile libs/preprocessor/test/repetition.cpp ]
  192. [ compile libs/preprocessor/test/selection.cpp ]
  193. [ compile libs/preprocessor/test/slot.cpp ]
  194. [ compile libs/preprocessor/test/tuple.cpp ]
  195. ;
  196. test-suite property_map
  197. : [ compile libs/property_map/property_map_cc.cpp ]
  198. ;
  199. test-suite rational
  200. : [ run libs/rational/rational_example.cpp ]
  201. [ run libs/rational/rational_test.cpp ]
  202. ;
  203. test-suite random
  204. : [ run libs/random/random_test.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  205. [ run libs/random/random_demo.cpp ]
  206. ;
  207. test-suite smart_ptr
  208. : [ run libs/smart_ptr/smart_ptr_test.cpp ]
  209. [ run libs/smart_ptr/shared_ptr_basic_test.cpp : : : <gcc><*><cxxflags>-Wno-non-virtual-dtor ]
  210. [ run libs/smart_ptr/shared_ptr_test.cpp : : : <gcc><*><cxxflags>-Wno-non-virtual-dtor ]
  211. [ run libs/smart_ptr/weak_ptr_test.cpp ]
  212. [ run libs/smart_ptr/shared_from_this_test.cpp : : : <gcc><*><cxxflags>-Wno-non-virtual-dtor ]
  213. [ run libs/smart_ptr/get_deleter_test.cpp ]
  214. [ compile-fail libs/smart_ptr/shared_ptr_assign_fail.cpp ]
  215. ;
  216. subinclude libs/test/test ;
  217. {
  218. local threadmon ;
  219. local thread-sources ;
  220. local thread-requirements ;
  221. thread-sources = <dll>../libs/thread/build/boost_thread
  222. <lib>../libs/test/build/boost_unit_test_framework
  223. ;
  224. thread-requirements = <threading>multi ;
  225. test-suite threads
  226. : [ run libs/thread/test/test_thread.cpp $(thread-sources)
  227. : #args
  228. : #input-files
  229. : $(thread-requirements)
  230. ]
  231. [ run libs/thread/test/test_mutex.cpp $(thread-sources)
  232. : #args
  233. : #input-files
  234. : $(thread-requirements)
  235. ]
  236. # 11/1/02 test_condition is hanging, requiring manual intervention
  237. # [ run libs/thread/test/test_condition.cpp $(thread-sources)
  238. # : #args
  239. # : #input-files
  240. # : $(thread-requirements)
  241. # ]
  242. [ run libs/thread/test/test_tss.cpp $(thread-sources)
  243. : #args
  244. : #input-files
  245. : $(thread-requirements)
  246. ]
  247. [ run libs/thread/test/test_once.cpp $(thread-sources)
  248. : #args
  249. : #input-files
  250. : $(thread-requirements)
  251. ]
  252. [ run libs/thread/test/test_xtime.cpp $(thread-sources)
  253. : #args
  254. : #input-files
  255. : $(thread-requirements)
  256. ]
  257. ;
  258. }
  259. compile libs/timer/timer_test.cpp ;
  260. test-suite tokenizer
  261. : [ run libs/tokenizer/examples.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  262. [ run libs/tokenizer/simple_example_1.cpp ]
  263. [ run libs/tokenizer/simple_example_2.cpp ]
  264. [ run libs/tokenizer/simple_example_3.cpp ]
  265. [ run libs/tokenizer/simple_example_4.cpp ]
  266. [ run libs/tokenizer/simple_example_5.cpp ]
  267. ;
  268. test-suite tuple
  269. : [ run libs/tuple/test/tuple_test_bench.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  270. [ run libs/tuple/test/io_test.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  271. ;
  272. test-suite iterator_adaptors
  273. : [ run libs/utility/counting_iterator_test.cpp : # args
  274. : # input files
  275. : # requirements
  276. # borland warns incorrectly in this case, so often that
  277. # successful compilation is prevented.
  278. <borland><*><cxxflags>"-w-8091 -w-8092"
  279. ]
  280. [ run libs/utility/iterator_adaptor_test.cpp ]
  281. [ compile-fail libs/utility/iter_adaptor_fail_expected1.cpp ]
  282. [ compile-fail libs/utility/iter_adaptor_fail_expected2.cpp ]
  283. [ run libs/utility/transform_iterator_test.cpp ]
  284. [ run libs/utility/indirect_iterator_test.cpp ]
  285. [ run libs/utility/iter_traits_gen_test.cpp ]
  286. [ run libs/utility/iterator_adaptor_examples.cpp ]
  287. [ run libs/utility/counting_iterator_example.cpp ]
  288. [ run libs/utility/filter_iterator_example.cpp ]
  289. [ run libs/utility/fun_out_iter_example.cpp ]
  290. [ run libs/utility/indirect_iterator_example.cpp ]
  291. [ run libs/utility/projection_iterator_example.cpp ]
  292. [ run libs/utility/reverse_iterator_example.cpp ]
  293. [ run libs/utility/transform_iterator_example.cpp ]
  294. ;
  295. test-suite ublas
  296. : [ run libs/numeric/ublas/test1/test1.cpp
  297. libs/numeric/ublas/test1/test11.cpp
  298. libs/numeric/ublas/test1/test12.cpp
  299. libs/numeric/ublas/test1/test13.cpp
  300. : # args
  301. : # input files
  302. : # requirements
  303. # borland warns so often that successful compilation is prevented.
  304. <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
  305. ]
  306. [ run libs/numeric/ublas/test2/test2.cpp
  307. libs/numeric/ublas/test2/test21.cpp
  308. libs/numeric/ublas/test2/test22.cpp
  309. libs/numeric/ublas/test2/test23.cpp
  310. : # args
  311. : # input files
  312. : # requirements
  313. # borland warns so often that successful compilation is prevented.
  314. <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
  315. ]
  316. [ run libs/numeric/ublas/test3/test3.cpp
  317. libs/numeric/ublas/test3/test31.cpp
  318. libs/numeric/ublas/test3/test32.cpp
  319. libs/numeric/ublas/test3/test33.cpp
  320. : # args
  321. : # input files
  322. : # requirements
  323. # borland warns so often that successful compilation is prevented.
  324. <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
  325. ]
  326. [ run libs/numeric/ublas/test4/test4.cpp
  327. libs/numeric/ublas/test4/test41.cpp
  328. libs/numeric/ublas/test4/test42.cpp
  329. libs/numeric/ublas/test4/test43.cpp
  330. : # args
  331. : # input files
  332. : # requirements
  333. # borland warns so often that successful compilation is prevented.
  334. <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
  335. ]
  336. [ run libs/numeric/ublas/test5/test5.cpp
  337. libs/numeric/ublas/test5/test51.cpp
  338. libs/numeric/ublas/test5/test52.cpp
  339. libs/numeric/ublas/test5/test53.cpp
  340. : # args
  341. : # input files
  342. : # requirements
  343. # borland warns so often that successful compilation is prevented.
  344. <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
  345. ]
  346. [ run libs/numeric/ublas/test6/test6.cpp
  347. libs/numeric/ublas/test6/test61.cpp
  348. libs/numeric/ublas/test6/test62.cpp
  349. libs/numeric/ublas/test6/test63.cpp
  350. : # args
  351. : # input files
  352. : # requirements
  353. # borland warns so often that successful compilation is prevented.
  354. <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
  355. ]
  356. [ run libs/numeric/ublas/concepts.cpp
  357. : # args
  358. : # input files
  359. : # requirements
  360. # borland warns so often that successful compilation is prevented.
  361. <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
  362. ]
  363. ;
  364. test-suite multi_array
  365. : [ run libs/multi_array/test/constructors.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  366. [ run libs/multi_array/test/access.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  367. [ run libs/multi_array/test/compare.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  368. [ run libs/multi_array/test/iterators.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  369. [ run libs/multi_array/test/slice.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  370. [ run libs/multi_array/test/assign.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  371. [ run libs/multi_array/test/index_bases.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  372. [ run libs/multi_array/test/storage_order.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  373. [ run libs/multi_array/test/reshape.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  374. [ run libs/multi_array/test/range1.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  375. [ run libs/multi_array/test/idxgen1.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  376. [ run libs/multi_array/test/stl_interaction.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  377. [ compile libs/multi_array/test/concept_checks.cpp ]
  378. [ compile-fail libs/multi_array/test/fail_cbracket.cpp ]
  379. [ compile-fail libs/multi_array/test/fail_cdata.cpp ]
  380. [ compile-fail libs/multi_array/test/fail_citerator.cpp ]
  381. [ compile-fail libs/multi_array/test/fail_cparen.cpp ]
  382. [ compile-fail libs/multi_array/test/fail_criterator.cpp ]
  383. [ compile-fail libs/multi_array/test/fail_csubarray.cpp ]
  384. [ compile-fail libs/multi_array/test/fail_csubarray2.cpp ]
  385. [ compile-fail libs/multi_array/test/fail_csubarray3.cpp ]
  386. [ compile-fail libs/multi_array/test/fail_cview.cpp ]
  387. [ compile-fail libs/multi_array/test/fail_cview2.cpp ]
  388. [ compile-fail libs/multi_array/test/fail_cview3.cpp ]
  389. [ compile-fail libs/multi_array/test/fail_ref_cbracket.cpp ]
  390. [ compile-fail libs/multi_array/test/fail_ref_cdata.cpp ]
  391. [ compile-fail libs/multi_array/test/fail_ref_citerator.cpp ]
  392. [ compile-fail libs/multi_array/test/fail_ref_cparen.cpp ]
  393. [ compile-fail libs/multi_array/test/fail_ref_criterator.cpp ]
  394. [ compile-fail libs/multi_array/test/fail_ref_csubarray.cpp ]
  395. [ compile-fail libs/multi_array/test/fail_ref_csubarray2.cpp ]
  396. [ compile-fail libs/multi_array/test/fail_ref_csubarray3.cpp ]
  397. [ compile-fail libs/multi_array/test/fail_ref_cview.cpp ]
  398. [ compile-fail libs/multi_array/test/fail_ref_cview2.cpp ]
  399. [ compile-fail libs/multi_array/test/fail_ref_cview3.cpp ]
  400. ;
  401. test-suite utility
  402. :
  403. [ run libs/utility/iterator_traits_test.cpp ]
  404. [ run libs/utility/iterators_test.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  405. [ compile-fail libs/utility/noncopyable_test.cpp ]
  406. [ run libs/utility/numeric_traits_test.cpp ]
  407. [ run libs/utility/operators_test.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  408. [ run libs/utility/tie_example.cpp ]
  409. [ run libs/utility/binary_search_test.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  410. [ run libs/utility/call_traits_test.cpp : -u ]
  411. [ compile-fail libs/utility/checked_delete_test.cpp ]
  412. [ run libs/utility/compressed_pair_test.cpp <lib>../libs/test/build/boost_test_exec_monitor : -u ]
  413. [ run libs/utility/addressof_test.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  414. [ run libs/utility/ref_test.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
  415. ;
  416. }
粤ICP备19079148号