tests: remove `check` targets in subdirectories
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 2 Sep 2017 02:59:01 +0000 (22:59 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 17 Sep 2017 18:10:50 +0000 (14:10 -0400)
commitf0a3508cb63d1e41c8a9852b1e49475a175aa961
treebdd5f33d51049d7ad6a2bb462ef443a2234655ad
parent0d0edb5e5856ceed396eed1c84f03d03fc2eb52e
tests: remove `check` targets in subdirectories

Use a single `check` target at the `tests/` level like the project did
before to avoid stopping when a subdirectory fails and run all the
tests anyway. Use custom targets to run the tests of specific
directories (this only works from `tests/`) , for example:

    make check-cli check-plugins

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/Makefile.am
tests/bindings/python/bt2/Makefile.am
tests/cli/Makefile.am
tests/lib/Makefile.am
tests/plugins/Makefile.am
tests/python-plugin-provider/Makefile.am
This page took 0.024984 seconds and 4 git commands to generate.