Skip to content

#877 test 'testmapping' has no default behavior

Metadata

Property Value
Reported by Oliver Sander (oliver.sander@tu-dresden.de)
Reported at Feb 14, 2011 13:09
Type Bug Report
Version Git (pre2.4) [autotools]
Operating System Unspecified / All
Last edited by Andreas Dedner (A.S.Dedner@warwick.ac.uk)
Last edited at Feb 14, 2011 13:40
Closed by Andreas Dedner (A.S.Dedner@warwick.ac.uk)
Closed at Feb 14, 2011 13:40
Closed in version Unknown
Resolution Fixed
Comment rev. 7418

Description

The test 'testmapping' from dune/grid/genericgeometries/test expects to be run with one command line argument, presumably giving a grid file name. If that argument is not given the test aborts with an error message. This makes it impossible to successfully run 'make check' on genericgeometries, because that doesn't pass arguments to the individual tests. testmapping should do some useful testing even when called without arguments.