tests: compile all unit tests as C++
[lttng-tools.git] / tests / utils / Makefile.am
index eac5bdbc85b611f3235ab8c64e90a15b91435cb2..1c7c953264ba66d8429d6b03aca3373df4eb96b8 100644 (file)
@@ -1,7 +1,10 @@
-SUBDIRS = . tap testapp
+# SPDX-License-Identifier: GPL-2.0-only
 
-EXTRA_DIST = utils.sh test_utils.py babelstats.pl warn_lttng_processes.sh
-dist_noinst_SCRIPTS = utils.sh test_utils.py babelstats.pl warn_lttng_processes.sh
+SUBDIRS = . tap testapp xml-utils
+
+EXTRA_DIST = utils.sh test_utils.py babelstats.pl warn_processes.sh \
+             parse-callstack.py
+dist_noinst_SCRIPTS = utils.sh test_utils.py babelstats.pl tap-driver.sh
 noinst_LTLIBRARIES = libtestutils.la
 
 libtestutils_la_SOURCES = utils.c utils.h
This page took 0.024718 seconds and 4 git commands to generate.