[lttng-dev] [PATCH RFC lttng-tools] Drop installcheck target
Jérémie Galarneau
jeremie.galarneau at efficios.com
Sat May 14 20:56:48 UTC 2016
Merged in stable-2.8 and master. Thanks!
Jérémie
On Thu, May 12, 2016 at 12:07 PM, Michael Jeanson <mjeanson at efficios.com> wrote:
> The installcheck target is supposed to be used to run tests on the
> installed files, however our current implementation runs the exact same
> tests in the build directory as the check target, which makes it useless.
>
> Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
> ---
> tests/Makefile.am | 16 ----------------
> 1 file changed, 16 deletions(-)
>
> diff --git a/tests/Makefile.am b/tests/Makefile.am
> index 017163f..c7d4cd0 100644
> --- a/tests/Makefile.am
> +++ b/tests/Makefile.am
> @@ -5,22 +5,6 @@ if BUILD_TESTS
> SUBDIRS += utils regression unit stress destructive
> endif
>
> -installcheck-am:
> -if BUILD_TESTS
> -if HAS_PGREP
> - ./utils/warn_lttng_processes.sh $(PGREP)
> -endif
> - ./run.sh unit_tests
> - ./run.sh fast_regression
> -if PYTHON_BINDING
> - ./run.sh with_bindings_regression
> -endif
> -else
> - @echo "========================================="
> - @echo "WARNING: Tests were disabled at configure"
> - @echo "========================================="
> -endif
> -
> check-am:
> if BUILD_TESTS
> if HAS_PGREP
> --
> 1.9.1
>
--
Jérémie Galarneau
EfficiOS Inc.
http://www.efficios.com
More information about the lttng-dev
mailing list