From: wolf Date: Fri, 8 Nov 2002 16:12:48 +0000 (+0000) Subject: anna_5 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ed9dc60e8d478188afd874d203201251c5b42db;p=dealii-svn.git anna_5 git-svn-id: https://svn.dealii.org/trunk@6742 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/Makefile b/tests/bits/Makefile index da4287720b..3f42de46ed 100644 --- a/tests/bits/Makefile +++ b/tests/bits/Makefile @@ -25,9 +25,12 @@ default: run-tests anna_1.exe : anna_1.go $(libraries) anna_2.exe : anna_2.go $(libraries) anna_3.exe : anna_3.go $(libraries) +anna_5.exe : anna_5.go $(libraries) +gerold_1.exe : gerold_1.go $(libraries) roy_1.exe : roy_1.go $(libraries) -tests = anna_1 anna_2 anna_3 \ +tests = anna_1 anna_2 anna_3 anna_5 \ + gerold_1 \ roy_1 ############################################################ diff --git a/tests/bits/anna_5.cc b/tests/bits/anna_5.cc new file mode 100644 index 0000000000..83575c9df1 --- /dev/null +++ b/tests/bits/anna_5.cc @@ -0,0 +1,24 @@ +//---------------------------- anna_5.cc --------------------------- +// $Id$ +// Version: $Name$ +// +// Copyright (C) 2002 by the deal.II authors and Anna Schneebeli +// +// This file is subject to QPL and may not be distributed +// without copyright and license information. Please refer +// to the file deal.II/doc/license.html for the text and +// further information on this license. +// +//---------------------------- anna_5.cc --------------------------- + + +// this program used to fail at one point in time. + +#include +#include + +int main () +{ + std::ofstream o("anna_5.output"); + BlockSparsityPattern sparsity_pattern; +}; diff --git a/tests/bits/anna_5.checked b/tests/bits/anna_5.checked new file mode 100644 index 0000000000..e69de29bb2