Fix: lttng-load: support legacy PID tracker specification
[lttng-tools.git] / tests / regression / tools / save-load / Makefile.am
index 6b496be39d1200d1cba1d85f6376ed9858d59154..3361744e9c85a878a7d34d351471267aeb3ea61c 100644 (file)
@@ -1,5 +1,11 @@
-noinst_SCRIPTS = test_save test_load
-EXTRA_DIST = $(noinst_SCRIPTS) load-42.lttng load-42-complex.lttng
+# SPDX-License-Identifier: GPL-2.0-only
+
+noinst_SCRIPTS = test_save test_load test_autoload
+EXTRA_DIST = $(noinst_SCRIPTS) load-42.lttng load-42-complex.lttng \
+       load-42-trackers.lttng tracker_legacy_none.lttng \
+       tracker_legacy_all.lttng tracker_legacy_selective.lttng
+
+SUBDIRS = configuration
 
 all-local:
        @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
This page took 0.024453 seconds and 5 git commands to generate.