Fix: Run tests requiring the python bindings only when they are enabled
[lttng-tools.git] / tests / Makefile.am
1 SUBDIRS = utils regression unit
2
3 if USE_PYTHON
4 check-am:
5 ./run.sh unit_tests
6 ./run.sh fast_regression
7 ./run.sh with_bindings_regression
8 else
9 check-am:
10 ./run.sh unit_tests
11 ./run.sh fast_regression
12 endif
This page took 0.029327 seconds and 4 git commands to generate.