Version 2.4.4
[lttng-ust.git] / tests / Makefile.am
... / ...
CommitLineData
1SUBDIRS = utils hello same_line_tracepoint snprintf benchmark
2
3if CXX_WORKS
4SUBDIRS += hello.cxx
5endif
6
7if BUILD_JNI_INTERFACE
8SUBDIRS += java-jul
9endif
10
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
28
29check-am:
30 ./run.sh unit_tests
This page took 0.022246 seconds and 4 git commands to generate.