Fix: bt2: remove circular import (not supported before Python 3.5)
[babeltrace.git] / tests / utils / Makefile.am
index 1e97a81c0937016f7e64621c0aacf5a45b7d6db5..4ce62c91664f010610cd61551286b69efb9fb536 100644 (file)
@@ -1,2 +1,11 @@
 SUBDIRS = tap
-EXTRA_DIST = python/testrunner.py
+
+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 \
+       utils.sh
This page took 0.024539 seconds and 4 git commands to generate.