
#240: Use the installcheck target to run post-installation tests -------------------------+-------------------------------------------------- Reporter: levill_r | Owner: levill_r Type: enhancement | Status: new Priority: major | Milestone: Olena 1.1 Component: Olena | Version: 1.0 Keywords: | -------------------------+-------------------------------------------------- Automake's `installcheck` target runs install tests (to be executed after the `install` target). See http://www.gnu.org/software/automake/manual/html_node/Install-Tests.html. Such tests are useful, and maybe more relevant than `check` tests, since they exercise the package in its ''installed'' form, that is, the one seen by end users. We should adjust the test suite so that the `installcheck` target runs the same tests as the `check` target (where applicable), and possibly extra tests. Every component of Olena should be updated. -- Ticket URL: <https://trac.lrde.org/olena/ticket/240> Olena <http://olena.lrde.epita.fr> Olena, a generic and efficient C++ image processing library.