X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fust-constructor%2FMakefile.am;h=89267d38d490cc0b553f8e09c639470557e93162;hb=849019151cf07f376a4a68ce1669e357f4775657;hp=4201fdfe8540d2496e41ecaa5f80d9a143974962;hpb=da1e97c944bb51fa96e89235240bc8bc8b02eeb4;p=lttng-tools.git diff --git a/tests/regression/ust/ust-constructor/Makefile.am b/tests/regression/ust/ust-constructor/Makefile.am index 4201fdfe8..89267d38d 100644 --- a/tests/regression/ust/ust-constructor/Makefile.am +++ b/tests/regression/ust/ust-constructor/Makefile.am @@ -1,7 +1,19 @@ # SPDX-License-Identifier: GPL-2.0-only -noinst_SCRIPTS = test_ust_constructor.py -EXTRA_DIST = test_ust_constructor.py +noinst_SCRIPTS = __init__.py \ + test_ust_constructor_c_dynamic.py \ + test_ust_constructor_c_static.py \ + test_ust_constructor_cpp_dynamic.py \ + test_ust_constructor_cpp_static.py \ + ust_constructor_common.py + +EXTRA_DIST = __init__.py \ + test_ust_constructor_c_dynamic.py \ + test_ust_constructor_c_static.py \ + test_ust_constructor_cpp_dynamic.py \ + test_ust_constructor_cpp_static.py \ + ust_constructor_common.py + all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \