tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / python-logging / Makefile.am
index 50920f8b5043e56db4ab58f8b33048d2722c5e2e..b0b28a00d84dedfb47fb7f962f7e4947a7301352 100644 (file)
@@ -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
This page took 0.023605 seconds and 4 git commands to generate.