From 4c90a08749892c577936f5574de0f448353b3a44 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 21 Apr 2009 02:29:36 +0000 Subject: [PATCH] Remove bogus target. git-svn-id: https://svn.dealii.org/trunk@18663 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/codim_one/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tests/codim_one/Makefile b/tests/codim_one/Makefile index 13656b4874..23166cbb71 100644 --- a/tests/codim_one/Makefile +++ b/tests/codim_one/Makefile @@ -1,6 +1,6 @@ ############################################################ # $Id: Makefile 16047 2008-05-07 16:51:50Z heltai $ -# Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008 by the deal.II authors +# Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009 by the deal.II authors ############################################################ ############################################################ @@ -30,10 +30,9 @@ tests_x = grid* \ integrate*\ gradients*\ tensor_matrix_conversion*\ - bem*\ - bspline* - - + bem* + + # from above list of regular expressions, generate the real set of # tests -- 2.39.5