From d4766607469e8caeb6c18ba77cd6c929f5c581d4 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 4 Oct 2013 21:32:57 +0000 Subject: [PATCH] Update TODO git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31129 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/TODO | 39 --------------------------------------- tests/run_testsuite.cmake | 2 +- 2 files changed, 1 insertion(+), 40 deletions(-) diff --git a/tests/TODO b/tests/TODO index a84bb97d84..cd5b4e2487 100644 --- a/tests/TODO +++ b/tests/TODO @@ -1,44 +1,5 @@ Issues: - - PORTING: - The big part. Bruno and I have converted all the tests, but there a a - lot that need some love. It would be very nice if anybody who has a - spare minute - - - installs numdiff (http://www.nongnu.org/numdiff/) - - sets up the testsuite to a category - TEST_PICKUP_REGEX="category/" - - fixes all the failing tests :-] - - marks the category as done in ./tests/TODO - - all-headers - aniso - base - benchmarks - bits - build_tests - codim_one - deal.II - distributed_grids - dof_tools_frame.h - fe - gla - grid - hp - integrators - lac - lapack - matrix_free - mesh_converter - metis - mpi - multigrid - petsc - serialization - slepc - trilinos - umfpack - - CLEANUP: Clean up tests under deal.II/ and bits/ - rearrange category: For somehow decent performance with GNU make there shouldn't be more diff --git a/tests/run_testsuite.cmake b/tests/run_testsuite.cmake index 2be98b8fb3..c44af61218 100644 --- a/tests/run_testsuite.cmake +++ b/tests/run_testsuite.cmake @@ -453,4 +453,4 @@ ENDIF() CTEST_SUBMIT() -# .oO( This script is freaky 443 lines long... ) +# .oO( This script is freaky 456 lines long... ) -- 2.39.5