Tests: Add "exit-fast" ust regression test
[lttng-tools.git] / tests / regression / ust / exit-fast / Makefile.am
CommitLineData
ee28adfb
JG
1AM_CPPFLAGS = -I$(srcdir)
2
3noinst_PROGRAMS = exit-fast
4exit_fast_SOURCES = exit-fast.c ust_tests_exitfast.h
5exit_fast_LDADD = -llttng-ust
6
7if LTTNG_TOOLS_BUILD_WITH_LIBDL
8exit_fast_LDADD += -ldl
9endif
10if LTTNG_TOOLS_BUILD_WITH_LIBC_DL
11exit_fast_LDADD += -lc
12endif
13
14noinst_SCRIPTS = test_exit-fast test_exit-fast.py
15EXTRA_DIST = test_exit-fast test_exit-fast.py
This page took 0.022937 seconds and 4 git commands to generate.