X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fust-constructor%2FMakefile.am;fp=tests%2Fregression%2Fust%2Fust-constructor%2FMakefile.am;h=89267d38d490cc0b553f8e09c639470557e93162;hp=4201fdfe8540d2496e41ecaa5f80d9a143974962;hb=f506900f904887310c26a441ea86352fc27242c2;hpb=f6fd58e865ae9918ca5c9b935c526140b1622f3c 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 \