b5166f9887860878b42f34ef183ee64900d2a193
[lttng-ust.git] / tests / Makefile.am
1 SUBDIRS = utils hello same_line_tracepoint snprintf benchmark
2
3 if CXX_WORKS
4 SUBDIRS += hello.cxx
5 endif
6
7 if BUILD_JNI_INTERFACE
8 SUBDIRS += java-jul
9 endif
10
11 SCRIPT_LIST = test_loop run.sh unit_tests
12
13 dist_noinst_SCRIPTS = $(SCRIPT_LIST)
14
15 all-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
22 clean-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
29 check-am:
30 ./run.sh unit_tests
This page took 0.030033 seconds and 3 git commands to generate.