Added a macro to pass arguments to ctest, e.g. to run tests in parallel.
This commit is contained in:
		
							parent
							
								
									5dac0b53c9
								
							
						
					
					
						commit
						5dac69ff0b
					
				| @ -8,7 +8,7 @@ ei_set_sitename() | |||||||
| ei_set_build_string() | ei_set_build_string() | ||||||
| 
 | 
 | ||||||
| add_custom_target(buildtests) | add_custom_target(buildtests) | ||||||
| add_custom_target(check COMMAND "ctest") | add_custom_target(check COMMAND "ctest" ${EIGEN_CTEST_ARGS}) | ||||||
| add_dependencies(check buildtests) | add_dependencies(check buildtests) | ||||||
| 
 | 
 | ||||||
| # Convenience target for only building GPU tests. | # Convenience target for only building GPU tests. | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Rasmus Munk Larsen
						Rasmus Munk Larsen