From c5013193809898aec703727817ce2aa45ce52c49 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 16 Jun 2008 19:30:12 +0000 Subject: [PATCH] Undo previous checkin to Makefile that disabled pretty much all tests. git-svn-id: https://svn.dealii.org/trunk@16358 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fail/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/fail/Makefile b/tests/fail/Makefile index 5718200647..753a1722a3 100644 --- a/tests/fail/Makefile +++ b/tests/fail/Makefile @@ -1,6 +1,6 @@ ############################################################ # Makefile,v 1.15 2002/06/13 12:51:13 hartmann Exp -# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008 by the deal.II authors ############################################################ ############################################################ @@ -23,7 +23,7 @@ default: run-tests # all .cc-files are tests by default. -tests = $(basename $(wildcard mesh_3d*.cc)) +tests = $(basename $(wildcard *.cc)) ############################################################ -- 2.39.5