X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2FMakefile.am;h=017163f51d24573a46ab7b12a19ed090fd825b2e;hb=f95ec87d0f3f4a6c8119e95394bbb5b3aed3a651;hp=99c20422e0cfbfca5231d3bd1046420f8e3c3fca;hpb=87fb9fc050f23e78010cb5ba6ce8c1547629aee9;p=lttng-tools.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 99c20422e..017163f51 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,12 +1,15 @@ SUBDIRS = -DIST_SUBDIRS = utils regression unit stress +DIST_SUBDIRS = utils regression unit stress destructive if BUILD_TESTS -SUBDIRS += utils regression unit stress +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 @@ -20,6 +23,9 @@ endif check-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 @@ -31,8 +37,8 @@ else @echo "=========================================" endif -dist_noinst_SCRIPTS = run.sh unit_tests fast_regression long_regression root_regression with_bindings_regression -EXTRA_DIST = run.sh unit_tests fast_regression long_regression root_regression with_bindings_regression README +dist_noinst_SCRIPTS = run.sh unit_tests fast_regression long_regression root_regression with_bindings_regression root_destructive_tests +EXTRA_DIST = run.sh unit_tests fast_regression long_regression root_regression with_bindings_regression README root_destructive_tests all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \