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