From: Wolfgang Bangerth Date: Tue, 13 Jan 2004 16:00:33 +0000 (+0000) Subject: Rename the fe_traits test to simply traits. For some odd reason, fe_traits resides... X-Git-Tag: v8.0.0~15917 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cf9437a4c21619f1476c0c4213b6ce3fcf5119a;p=dealii.git Rename the fe_traits test to simply traits. For some odd reason, fe_traits resides inside the Attic directory, and doesn't get checked out automatically. I'm sick of doing it by hand, so simply rename it and have a new test with exactly the same functionality for which we don't have CVS problems... git-svn-id: https://svn.dealii.org/trunk@8314 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/Makefile b/tests/fe/Makefile index 37499af31c..63dbcd273d 100644 --- a/tests/fe/Makefile +++ b/tests/fe/Makefile @@ -1,7 +1,7 @@ # Generated automatically from Makefile.in by configure. ############################################################ # Makefile,v 1.15 2002/06/13 12:51:13 hartmann Exp -# Copyright (C) 2000, 2001, 2002, 2003 by the deal.II authors +# Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors ############################################################ ############################################################ @@ -26,7 +26,7 @@ derivatives.exe : derivatives.g.$(OBJEXT) $(libraries) fe_data_test.exe : fe_data_test.g.$(OBJEXT) $(libraries) fe_tools.exe : fe_tools.g.$(OBJEXT) $(libraries) fe_tools_test.exe : fe_tools_test.g.$(OBJEXT) $(libraries) -fe_traits.exe : fe_traits.g.$(OBJEXT) $(libraries) +traits.exe : traits.g.$(OBJEXT) $(libraries) internals.exe : internals.g.$(OBJEXT) $(libraries) mapping.exe : mapping.g.$(OBJEXT) $(libraries) mapping_c1.exe : mapping_c1.g.$(OBJEXT) $(libraries) @@ -53,7 +53,7 @@ shapes.exe : shapes.g.$(OBJEXT) $(libraries) transfer.exe : transfer.g.$(OBJEXT) $(libraries) up_and_down.exe : up_and_down.g.$(OBJEXT) $(libraries) -tests = fe_data_test fe_traits fe_tools fe_tools_test mapping \ +tests = fe_data_test traits fe_tools fe_tools_test mapping \ mapping_c1 shapes derivatives numbering mapping_q1_eulerian \ transfer internals \ dgq_1 \ diff --git a/tests/fe/fe_traits.cc b/tests/fe/traits.cc similarity index 100% rename from tests/fe/fe_traits.cc rename to tests/fe/traits.cc