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)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 4 May 2019 01:50:00 +0000 (21:50 -0400)
commit684658b12aec270a06feb513a9d3119364b1252e
treea1f399ec7c25db766d7536d116ec8d9f3201c97a
parentaf54bd1801ea51b6710a9926ed12b82fc43cc944
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.02435 seconds and 4 git commands to generate.