From 57163ad899f78e40bc741cfa269f9c235aa2383b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 27 May 2002 16:46:09 +0000 Subject: [PATCH] Add internals again to list of tests to be run. git-svn-id: https://svn.dealii.org/trunk@5885 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 ############################################################ -- 2.39.5