Version 2.5.7
[lttng-ust.git] / tests / Makefile.am
CommitLineData
a44af49d 1SUBDIRS = utils hello same_line_tracepoint snprintf benchmark
1518fa0f 2
340f7763
SM
3if CXX_WORKS
4SUBDIRS += hello.cxx
5endif
6
43e5396b
DG
7if BUILD_JNI_INTERFACE
8SUBDIRS += java-jul
9endif
10
38fa3781
MD
11SCRIPT_LIST = test_loop run.sh unit_tests
12
13dist_noinst_SCRIPTS = $(SCRIPT_LIST)
14
15all-local:
16 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
17 for script in $(SCRIPT_LIST); do \
18 cp -f $(srcdir)/$$script $(builddir); \
19 done; \
20 fi
21
22clean-local:
23 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
24 for script in $(SCRIPT_LIST); do \
25 rm -f $(builddir)/$$script; \
26 done; \
27 fi
7fedf800
JG
28
29check-am:
30 ./run.sh unit_tests
This page took 0.027326 seconds and 4 git commands to generate.