X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fmulti-lib%2FMakefile.am;h=7d869c628eb7adc470608b2c7ff18519882b065e;hb=HEAD;hp=52a1635c24671a952736cd8fbc0e744e51574c9e;hpb=bba3a92683b093602c843bc1ecc6ca9e92a1033f;p=lttng-tools.git diff --git a/tests/regression/ust/multi-lib/Makefile.am b/tests/regression/ust/multi-lib/Makefile.am index 52a1635c2..7fdcb8ac1 100644 --- a/tests/regression/ust/multi-lib/Makefile.am +++ b/tests/regression/ust/multi-lib/Makefile.am @@ -1,3 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0-only + +# Disable some warnings flags to accomodate the tracepoint headers +AM_CFLAGS += \ + -Wno-redundant-decls + noinst_SCRIPTS = test_multi_lib EXTRA_DIST = test_multi_lib noinst_PROGRAMS = exec-with-callsites exec-without-callsites