X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fexit-fast%2FMakefile.am;fp=tests%2Fregression%2Fust%2Fexit-fast%2FMakefile.am;h=ff47cd9dee56b7b78edfd8982633fcef7e0c3a09;hb=ee28adfb4b4f5a6b24f4d23024ed256af37060c6;hp=0000000000000000000000000000000000000000;hpb=43c28d504aa8ff65609f915a04e212fb923cfeba;p=lttng-tools.git diff --git a/tests/regression/ust/exit-fast/Makefile.am b/tests/regression/ust/exit-fast/Makefile.am new file mode 100644 index 000000000..ff47cd9de --- /dev/null +++ b/tests/regression/ust/exit-fast/Makefile.am @@ -0,0 +1,15 @@ +AM_CPPFLAGS = -I$(srcdir) + +noinst_PROGRAMS = exit-fast +exit_fast_SOURCES = exit-fast.c ust_tests_exitfast.h +exit_fast_LDADD = -llttng-ust + +if LTTNG_TOOLS_BUILD_WITH_LIBDL +exit_fast_LDADD += -ldl +endif +if LTTNG_TOOLS_BUILD_WITH_LIBC_DL +exit_fast_LDADD += -lc +endif + +noinst_SCRIPTS = test_exit-fast test_exit-fast.py +EXTRA_DIST = test_exit-fast test_exit-fast.py