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