Skip to content

#874 'make check' in dune-grid does not build all tests

Metadata

Property Value
Reported by Oliver Sander (oliver.sander@tu-dresden.de)
Reported at Feb 11, 2011 17:21
Type Bug Report
Version Git (pre2.4) [autotools]
Operating System Unspecified / All
Last edited by Christian Engwer (christi@conan.iwr.uni-heidelberg.de)
Last edited at Oct 21, 2011 20:43
Closed by Christian Engwer (christi@conan.iwr.uni-heidelberg.de)
Closed at Oct 21, 2011 20:43
Closed in version Unknown
Resolution Not a bug
Comment make stops on failures, run "make -k" if you want it to continue

Description

When typing 'make check' in the root directory of dune-grid only a subset of all tests are build and run. In particular, the tests in dune/grid/test are not built. You need to go into that directory and type 'make check' there to build them.