tests: Move libtestcommon to utils
[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
This page took 0.044257 seconds and 4 git commands to generate.