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