Initial import of the benchmark branch
[lttng-tools.git] / benchmark / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include
2
3 noinst_LTLIBRARIES = liblttng-benchmark.la
4
5 liblttng_benchmark_la_SOURCES = benchmark.c benchmark.h cpu.c cpu.h
6
7 bench:
8 ./runall.sh
This page took 0.033814 seconds and 5 git commands to generate.