From: bangerth Date: Mon, 16 Jun 2008 19:30:12 +0000 (+0000) Subject: Undo previous checkin to Makefile that disabled pretty much all tests. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5013193809898aec703727817ce2aa45ce52c49;p=dealii-svn.git 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 --- 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)) ############################################################