tests: Rework test suite
[babeltrace.git] / tests / utils / Makefile.am
1 SUBDIRS = tap
2
3 noinst_LTLIBRARIES = libtestcommon.la
4 libtestcommon_la_SOURCES = common.c common.h
5
6 # Directories added to EXTRA_DIST will be recursively copied to the distribution.
7 EXTRA_DIST = python
8
9 dist_check_SCRIPTS = \
10 run_python_bt2 \
11 utils.sh
This page took 0.03223 seconds and 5 git commands to generate.