From: turcksin Date: Thu, 22 Aug 2013 20:58:56 +0000 (+0000) Subject: Add deal.II tests to the testsuite. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7528474ee59711cd68babb3217751578017c9f4;p=dealii-svn.git Add deal.II tests to the testsuite. git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30438 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 1b60cdef60..07767cc9e4 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -79,7 +79,7 @@ ADD_SUBDIRECTORY(base) #benchmarks #bits ADD_SUBDIRECTORY(codim_one) -#deal.II +ADD_SUBDIRECTORY(deal.II) #fail ADD_SUBDIRECTORY(fe) ADD_SUBDIRECTORY(grid) diff --git a/tests/deal.II/CMakeLists.txt b/tests/deal.II/CMakeLists.txt new file mode 100644 index 0000000000..0efb828f2c --- /dev/null +++ b/tests/deal.II/CMakeLists.txt @@ -0,0 +1 @@ +DEAL_II_PICKUP_TESTS()