bootstrap: Standardize on autoreconf -vi
[lttng-ust.git] / tests / Makefile.am
CommitLineData
c785c634 1SUBDIRS = utils hello same_line_tracepoint snprintf benchmark ust-elf \
53569322 2 ctf-types test-app-ctx
1518fa0f 3
340f7763
SM
4if CXX_WORKS
5SUBDIRS += hello.cxx
6endif
7
38fa3781
MD
8SCRIPT_LIST = test_loop run.sh unit_tests
9
10dist_noinst_SCRIPTS = $(SCRIPT_LIST)
11
12all-local:
13 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
14 for script in $(SCRIPT_LIST); do \
15 cp -f $(srcdir)/$$script $(builddir); \
16 done; \
17 fi
18
19clean-local:
20 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
21 for script in $(SCRIPT_LIST); do \
22 rm -f $(builddir)/$$script; \
23 done; \
24 fi
7fedf800
JG
25
26check-am:
27 ./run.sh unit_tests
This page took 0.029554 seconds and 4 git commands to generate.