tests/plugins/ctf/Makefile.am: do not set `TESTS` in this file
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 3 May 2019 23:51:11 +0000 (19:51 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 6 May 2019 14:21:32 +0000 (10:21 -0400)
commit171465a14d7b3d955fddd8e5ff59d9bd2b124421
tree8fbf3bcc14175df7a7c2732395327d5a69fa2574
parent2de442b9b2afcbaccc4f7313495f866cb34920b8
tests/plugins/ctf/Makefile.am: do not set `TESTS` in this file

We want the project's `make check` to continue even if specific tests
fail, so we can't define `TESTS` in a subdirectory's `Makefile.am`,
because if the test fails, `make` fails, and subsequent tests are not
executed.

There are ways to circumvent this, for example using `make`'s
`--always-make` option, but it was decided previously that we want
`make check` to run all tests as is, without any option.

Therefore we set `TESTS` to all tests in `tests/Makefile.am`.

To execute tests specific to a subdirectory, we have the following
targets:

* `check-bindings`
* `check-cli`
* `check-lib`
* `check-plugins`
* `check-python-plugin-provider`

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I1f198ff3ff2b44947042aee7fa5f01759874941f
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1254
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
tests/Makefile.am
tests/plugins/ctf/Makefile.am
This page took 0.025911 seconds and 4 git commands to generate.