Update version to v1.3.1
[babeltrace.git] / tests / Makefile.am
CommitLineData
19badea8 1SUBDIRS = utils bin lib
ac65e355 2
4cdc32cf
MD
3EXTRA_DIST = ctf-traces/** tests
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:
24 ./run.sh tests
This page took 0.02857 seconds and 4 git commands to generate.