Skip to content
Snippets Groups Projects
Commit 9b394e30 authored by Christian Engwer's avatar Christian Engwer
Browse files

remove parsetest, it's obsolete since headercheck is working

[[Imported from SVN: r5799]]
parent f3fae86e
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,6 @@ semantic.cache
fvectortest
mpicollcomm
lrutest
parsetest
test-stack
arraylisttest
shared_ptrtest
......
# -*- tab-width: 4; indent-tabs-mode: nil -*-
# $Id$
TESTPROGS = parsetest test-stack arraylisttest shared_ptrtest \
TESTPROGS = test-stack arraylisttest shared_ptrtest \
iteratorfacadetest iteratorfacadetest2 tuplestest fvectortest fmatrixtest \
poolallocatortest settest gcdlcmtest streamtest \
bigunsignedinttest mpihelpertest singletontest mpicollcomm \
......@@ -57,8 +57,6 @@ fassigntest_SOURCES = fassigntest.cc
bigunsignedinttest_SOURCES=bigunsignedinttest.cc
parsetest_SOURCES = parsetest.cc
lrutest_SOURCES = lrutest.cc
sllisttest_SOURCES = sllisttest.cc
......
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
// $Id$
/* test if the common headers can be parsed without errors */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
/*
to create all the includes the following commandline is pretty handy:
find dune/common/ -maxdepth 1 -name \*.hh -exec echo '#include <{}>' \; | sort
*/
#include <dune/common/alignment.hh>
#include <dune/common/array.hh>
#include <dune/common/arraylist.hh>
#include <dune/common/bigunsignedint.hh>
#include <dune/common/bitsetvector.hh>
#include <dune/common/configparser.hh>
#include <dune/common/debugstream.hh>
#include <dune/common/enumset.hh>
#include <dune/common/exceptions.hh>
#include <dune/common/finitestack.hh>
#include <dune/common/fmatrix.hh>
#include <dune/common/fvector.hh>
#include <dune/common/gcd.hh>
#include <dune/common/genericiterator.hh>
#include <dune/common/helpertemplates.hh>
#include <dune/common/iteratorfacades.hh>
#include <dune/common/lcm.hh>
#include <dune/common/misc.hh>
#include <dune/common/poolallocator.hh>
#include <dune/common/precision.hh>
#include <dune/common/propertymap.hh>
#include <dune/common/sllist.hh>
#include <dune/common/shared_ptr.hh>
#include <dune/common/stdstreams.hh>
#include <dune/common/timer.hh>
#include <dune/common/tuples.hh>
#include <dune/common/typetraits.hh>
#include <dune/common/bartonnackmanifcheck.hh>
int main () {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment