make check: add warning when LTTng processes are running
[lttng-tools.git] / tests / Makefile.am
index 99c20422e0cfbfca5231d3bd1046420f8e3c3fca..31a958ec354d246417a7d41094ac2bec028294ca 100644 (file)
@@ -7,6 +7,9 @@ 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
This page took 0.02322 seconds and 4 git commands to generate.