Tests: Replace prove by autotools tap runner
[lttng-tools.git] / tests / utils / Makefile.am
index b3d5929738f4d8c7d92b929763685ca3cda8c717..4208648cf7c3a2e1b77a51cce2a5c3f011c83478 100644 (file)
@@ -1,7 +1,10 @@
-SUBDIRS = tap testapp
+SUBDIRS = tap testapp
 
 EXTRA_DIST = utils.sh test_utils.py babelstats.pl
 dist_noinst_SCRIPTS = utils.sh test_utils.py babelstats.pl
+noinst_LTLIBRARIES = libtestutils.la
+
+libtestutils_la_SOURCES = utils.c utils.h
 
 all-local:
        @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
This page took 0.022682 seconds and 4 git commands to generate.