| 
									
										
										
										
											2009-01-08 19:53:21 +08:00
										 |  |  | ## This file should be placed in the root directory of your project.
 | 
					
						
							|  |  |  | ## Then modify the CMakeLists.txt file in the root directory of your
 | 
					
						
							|  |  |  | ## project to incorporate the testing dashboard.
 | 
					
						
							|  |  |  | ## # The following are required to uses Dart and the Cdash dashboard
 | 
					
						
							|  |  |  | ##   ENABLE_TESTING()
 | 
					
						
							| 
									
										
										
										
											2009-05-19 16:21:24 +08:00
										 |  |  | ##   INCLUDE(CTest)
 | 
					
						
							| 
									
										
										
										
											2009-01-08 19:53:21 +08:00
										 |  |  | set(CTEST_PROJECT_NAME "Eigen")
 | 
					
						
							| 
									
										
										
										
											2009-07-21 05:06:04 +08:00
										 |  |  | set(CTEST_NIGHTLY_START_TIME "06:00:00 UTC")
 | 
					
						
							| 
									
										
										
										
											2009-01-08 19:53:21 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | set(CTEST_DROP_METHOD "http")
 | 
					
						
							| 
									
										
										
										
											2009-07-21 05:06:04 +08:00
										 |  |  | set(CTEST_DROP_SITE "eigen.tuxfamily.org")
 | 
					
						
							|  |  |  | set(CTEST_DROP_LOCATION "/CDash/submit.php?project=Eigen")
 | 
					
						
							| 
									
										
										
										
											2009-01-08 19:53:21 +08:00
										 |  |  | set(CTEST_DROP_SITE_CDASH TRUE)
 | 
					
						
							| 
									
										
										
										
											2010-06-21 04:38:36 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | ## A tribute to Dynamic!
 | 
					
						
							|  |  |  | set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS "33331")
 | 
					
						
							|  |  |  | set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS "33331")
 |