Refactor liblttng-ust-jul in liblttng-ust-agent
[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 SCRIPT_LIST = test_loop run.sh unit_tests
8
9 dist_noinst_SCRIPTS = $(SCRIPT_LIST)
10
11 all-local:
12 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
13 for script in $(SCRIPT_LIST); do \
14 cp -f $(srcdir)/$$script $(builddir); \
15 done; \
16 fi
17
18 clean-local:
19 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
20 for script in $(SCRIPT_LIST); do \
21 rm -f $(builddir)/$$script; \
22 done; \
23 fi
24
25 check-am:
26 ./run.sh unit_tests
This page took 0.029311 seconds and 4 git commands to generate.