Fix benchmarks with the new dir structure of master branch
[lttng-tools.git] / Makefile.am
1 ACLOCAL_AMFLAGS = -I config
2
3 SUBDIRS = src/common/ \
4 benchmark \
5 src \
6 tests \
7 include \
8 doc
9
10 bench:
11 ./benchmark/runall.sh
This page took 0.03478 seconds and 5 git commands to generate.