tests: Move tap-driver.sh out of the autotools aux directory
[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 tap-driver.sh \
12 utils.sh
This page took 0.03017 seconds and 4 git commands to generate.