Build: rename use_python to python_binding
[lttng-tools.git] / tests / Makefile.am
index 2f1f1c38b36d1727b7dcbd291a41e6c5a67df719..d72b1ecd89fd30c94154c10e294d1a0cca1e4987 100644 (file)
@@ -3,14 +3,14 @@ SUBDIRS = utils regression unit stress
 installcheck-am:
        ./run.sh unit_tests
        ./run.sh fast_regression
-if USE_PYTHON
+if PYTHON_BINDING
        ./run.sh with_bindings_regression
 endif
 
 check-am:
        ./run.sh unit_tests
        ./run.sh fast_regression
-if USE_PYTHON
+if PYTHON_BINDING
        ./run.sh with_bindings_regression
 endif
 
This page took 0.025111 seconds and 5 git commands to generate.