X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fpython-logging%2FMakefile.am;h=b0b28a00d84dedfb47fb7f962f7e4947a7301352;hb=783db3166036b959e842c9238eb67d338823ab40;hp=50920f8b5043e56db4ab58f8b33048d2722c5e2e;hpb=4e382abf4c9663815d7aaad93d87d58665e7a7e9;p=lttng-tools.git diff --git a/tests/regression/ust/python-logging/Makefile.am b/tests/regression/ust/python-logging/Makefile.am index 50920f8b5..b0b28a00d 100644 --- a/tests/regression/ust/python-logging/Makefile.am +++ b/tests/regression/ust/python-logging/Makefile.am @@ -1,21 +1,7 @@ -#if USE_PYTHON - -noinst_SCRIPTS = test_python_logging -EXTRA_DIST = test_python_logging LTTngTest.py +# SPDX-License-Identifier: GPL-2.0-only -all-local: - @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ - for script in $(EXTRA_DIST); do \ - cp -f $(srcdir)/$$script $(builddir); \ - done; \ - fi +#if USE_PYTHON -clean-local: - rm -f *.class - @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ - for script in $(EXTRA_DIST); do \ - rm -f $(builddir)/$$script; \ - done; \ - fi +EXTRA_DIST = test.py #endif