Tests: Convert the UST multi-session test output to TAP
[lttng-tools.git] / tests / regression / ust / nprocesses / Makefile.am
... / ...
CommitLineData
1AM_CFLAGS = -I$(srcdir) -O2
2AM_LDFLAGS = -llttng-ust
3
4if LTTNG_TOOLS_BUILD_WITH_LIBDL
5AM_LDFLAGS += -ldl
6endif
7if LTTNG_TOOLS_BUILD_WITH_LIBC_DL
8AM_LDFLAGS += -lc
9endif
10
11noinst_PROGRAMS = gen-events-time
12gen_events_time_SOURCES = gen-events-time.c tp.c ust_gen_event.h
13gen_events_time_LDADD = -llttng-ust
14
15noinst_SCRIPTS = test_nprocesses ust-nprocesses
16EXTRA_DIST = test_nprocesses ust-nprocesses
This page took 0.022188 seconds and 4 git commands to generate.