tests: constify format strings in tap.h
[babeltrace.git] / tests / utils / Makefile.am
index c23292e23d3aaa8e0e7e1149f2c46808fd294ada..5949df1def2812602b553406315b7c12c3dda4ad 100644 (file)
@@ -1,3 +1,12 @@
 SUBDIRS = tap
+
+noinst_LTLIBRARIES = libtestcommon.la
+libtestcommon_la_SOURCES = common.c common.h
+
 # Directories added to EXTRA_DIST will be recursively copied to the distribution.
 EXTRA_DIST = python
+
+dist_check_SCRIPTS = \
+       run_python_bt2 \
+       tap-driver.sh \
+       utils.sh
This page took 0.023156 seconds and 4 git commands to generate.