| 
									
										
										
										
											2006-05-17 17:19:16 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-03-18 20:00:59 +00:00
										 |  |  | # Copyright 2006-2007 Daniel James. | 
					
						
							| 
									
										
										
										
											2006-07-01 22:31:26 +00:00
										 |  |  | # Distributed under the Boost Software License, Version 1.0. (See accompanying | 
					
						
							|  |  |  | # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) | 
					
						
							| 
									
										
										
										
											2006-05-17 17:19:16 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | import testing ; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | project unordered-test/unordered | 
					
						
							|  |  |  |     : requirements | 
					
						
							|  |  |  |         <toolset>intel-linux:"<cxxflags>-strict_ansi -cxxlib-icc" | 
					
						
							|  |  |  |     ; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | test-suite unordered-tests | 
					
						
							|  |  |  |     : | 
					
						
							|  |  |  |         [ run equivalent_keys_tests.cpp ] | 
					
						
							|  |  |  |         [ run compile_tests.cpp ] | 
					
						
							|  |  |  |         [ run constructor_tests.cpp ] | 
					
						
							|  |  |  |         [ run copy_tests.cpp ] | 
					
						
							|  |  |  |         [ run assign_tests.cpp ] | 
					
						
							|  |  |  |         [ run insert_tests.cpp ] | 
					
						
							| 
									
										
										
										
											2007-05-20 17:37:27 +00:00
										 |  |  |         [ run insert_stable_tests.cpp ] | 
					
						
							| 
									
										
										
										
											2006-12-03 23:08:17 +00:00
										 |  |  |         [ run unnecessary_copy_tests.cpp ] | 
					
						
							| 
									
										
										
										
											2006-05-17 17:19:16 +00:00
										 |  |  |         [ run erase_tests.cpp ] | 
					
						
							| 
									
										
										
										
											2006-10-31 22:19:26 +00:00
										 |  |  |         [ run erase_equiv_tests.cpp ] | 
					
						
							| 
									
										
										
										
											2006-05-17 17:19:16 +00:00
										 |  |  |         [ run find_tests.cpp ] | 
					
						
							| 
									
										
										
										
											2006-05-21 17:14:11 +00:00
										 |  |  |         [ run bucket_tests.cpp ] | 
					
						
							|  |  |  |         [ run load_factor_tests.cpp ] | 
					
						
							|  |  |  |         [ run rehash_tests.cpp ] | 
					
						
							| 
									
										
										
										
											2007-03-18 20:00:59 +00:00
										 |  |  |         [ run swap_tests.cpp : : : <define>BOOST_UNORDERED_SWAP_METHOD=3 ] | 
					
						
							| 
									
										
										
										
											2006-05-17 17:19:16 +00:00
										 |  |  |     ; |