From: wolf Date: Mon, 27 May 2002 16:46:09 +0000 (+0000) Subject: Add internals again to list of tests to be run. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=243a630f8508e742e8b68643d517a8a8b9377af6;p=dealii-svn.git Add internals again to list of tests to be run. git-svn-id: https://svn.dealii.org/trunk@5885 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/Makefile b/tests/fe/Makefile index d82e04dba3..1abc522555 100644 --- a/tests/fe/Makefile +++ b/tests/fe/Makefile @@ -1,7 +1,7 @@ # Generated automatically from Makefile.in by configure. ############################################################ # $Id$ -# Copyright (C) 2000, 2001 by the deal.II authors +# Copyright (C) 2000, 2001, 2002 by the deal.II authors ############################################################ ############################################################ @@ -29,9 +29,10 @@ mapping_c1.exe : mapping_c1.go $(libraries) shapes.exe : shapes.go $(libraries) numbering.exe : numbering.go $(libraries) mapping_q1_eulerian.exe : mapping_q1_eulerian.go $(libraries) +internals.exe : internals.go $(libraries) tests = derivatives fe_data_test mapping mapping_c1 shapes \ - numbering mapping_q1_eulerian + numbering mapping_q1_eulerian internals ############################################################