Add cdash.org support:

* the dashboard is there: http://my.cdash.org/index.php?project=Eigen
* now you can run the tests from the top build dir
  and submit report like that (from the top build dir):
  ctest -D Experimental
* todo:
 - add some nighlty builds (I'll add a few on my computer)
 - add valgrind memory checks, performances tests, compilation time tests, etc.
This commit is contained in:
Gael Guennebaud
2009-01-08 11:53:21 +00:00
parent 8d3469ca44
commit af27fb7590
4 changed files with 17 additions and 1 deletions

View File

@@ -81,6 +81,9 @@ void test_vectorization_logic()
LinearVectorization,NoUnrolling));
VERIFY(test_sum(Matrix<float,5,2>(),
NoVectorization,CompleteUnrolling));
VERIFY(test_sum(Matrix<float,6,2>(),
LinearVectorization,CompleteUnrolling));
VERIFY(test_sum(Matrix<float,16,16>(),