From: deal Date: Wed, 19 Jun 2002 14:22:47 +0000 (+0000) Subject: Add non_primitive_1 to the list of targets. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fab0459e70337380440be258cfa0f6b155e8ee90;p=dealii-svn.git Add non_primitive_1 to the list of targets. git-svn-id: https://svn.dealii.org/trunk@6171 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/Makefile b/tests/fe/Makefile index 030d4d05f2..2460a7d4a8 100644 --- a/tests/fe/Makefile +++ b/tests/fe/Makefile @@ -1,6 +1,6 @@ # Generated automatically from Makefile.in by configure. ############################################################ -# $Id$ +# Makefile,v 1.15 2002/06/13 12:51:13 hartmann Exp # Copyright (C) 2000, 2001, 2002 by the deal.II authors ############################################################ @@ -35,7 +35,8 @@ numbering.exe : numbering.go $(libraries) shapes.exe : shapes.go $(libraries) tests = derivatives fe_data_test fe_traits fe_tools_test mapping \ - mapping_c1 shapes numbering mapping_q1_eulerian internals + mapping_c1 shapes numbering mapping_q1_eulerian internals \ + non_primitive_1 ############################################################