Fix: out-of-tree dist fails to find test traces
[babeltrace.git] / tests / Makefile.am
CommitLineData
19badea8 1SUBDIRS = utils bin lib
ac65e355 2
339ea7f0 3EXTRA_DIST = $(srcdir)/ctf-traces/** tests
4cdc32cf 4
15553d19
MD
5SCRIPT_LIST = run.sh
6
7dist_noinst_SCRIPTS = $(SCRIPT_LIST)
8
9all-local:
10 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
11 for script in $(SCRIPT_LIST); do \
12 cp -f $(srcdir)/$$script $(builddir); \
13 done; \
14 fi
15
16clean-local:
17 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
18 for script in $(SCRIPT_LIST); do \
19 rm -f $(builddir)/$$script; \
20 done; \
21 fi
f094cdcc
CB
22
23check-am:
5b12eea7 24 ./run.sh $(srcdir)/tests
This page took 0.029337 seconds and 4 git commands to generate.