X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Funit%2Fust-elf%2FMakefile.am;h=339feaf1befc42323db1d3cd032cee6952e28723;hb=40b9cae6283568ba442d485eefa41a30879d4d36;hp=eadbaa8964c3c93e076b9f5704e8e61676ea5b6e;hpb=dbe6ade0ba17270b2cb119b9961bbb7e48ce4733;p=lttng-ust.git diff --git a/tests/unit/ust-elf/Makefile.am b/tests/unit/ust-elf/Makefile.am index eadbaa89..339feaf1 100644 --- a/tests/unit/ust-elf/Makefile.am +++ b/tests/unit/ust-elf/Makefile.am @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-2.1-only + AM_CPPFLAGS += -I$(top_srcdir)/tests/utils noinst_PROGRAMS = ust-elf @@ -5,6 +7,8 @@ ust_elf_SOURCES = ust-elf.c ust_elf_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la \ $(top_builddir)/tests/utils/libtap.a +dist_check_SCRIPTS = test_ust_elf + # Directories added to EXTRA_DIST will be recursively copied to the distribution. EXTRA_DIST = \ $(srcdir)/data \