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>
Fri, 15 Sep 2017 18:48:43 +0000 (14:48 -0400)
commitcd1c5347f7583a20ece5a1a62fc0e0eddb82322b
treeba0a17a6a4cf5c68fa1201e54d1af1e69c09df5c
parent548bb510f128d7c6573b8e3d6de555edae9f6986
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.024713 seconds and 4 git commands to generate.