Fix: Run tests requiring the python bindings only when they are enabled
[lttng-tools.git] / tests / Makefile.am
index e1c39bd3dc3c87d7dfc921fbdf6bb58339cf2b0f..5feaca2d3003e6430885a689de44bd69a8b58ba9 100644 (file)
@@ -1,3 +1,12 @@
-SUBDIRS = . ltt-sessiond
+SUBDIRS = utils regression unit
 
-dist_noinst_SCRIPTS = runall.sh
+if USE_PYTHON
+check-am:
+       ./run.sh unit_tests
+       ./run.sh fast_regression
+       ./run.sh with_bindings_regression
+else
+check-am:
+       ./run.sh unit_tests
+       ./run.sh fast_regression
+endif
This page took 0.02712 seconds and 5 git commands to generate.