From: Wolfgang Bangerth Date: Thu, 13 May 2010 03:07:24 +0000 (+0000) Subject: Make more generic. X-Git-Tag: v8.0.0~6112 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b2a28e9a7286feece41fda354834bf2f2377e5a;p=dealii.git Make more generic. git-svn-id: https://svn.dealii.org/trunk@21122 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/base/Makefile b/tests/base/Makefile index 977542d9d2..7955fa707b 100644 --- a/tests/base/Makefile +++ b/tests/base/Makefile @@ -1,6 +1,6 @@ ############################################################ # $Id$ -# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors ############################################################ ############################################################ @@ -81,13 +81,7 @@ tests_x = geometry_info_* \ anisotropic_* \ hierarchical \ data_out_base \ - data_out_base_dx \ - data_out_base_eps \ - data_out_base_gmv \ - data_out_base_gnuplot \ - data_out_base_povray \ - data_out_base_tecplot \ - data_out_base_vtk \ + data_out_base_* \ function_* \ functions_* \ utilities_* \