Add unit tests for lttng_ust_elf
[deliverable/lttng-ust.git] / tests / Makefile.am
CommitLineData
22609c7a 1SUBDIRS = utils hello same_line_tracepoint snprintf benchmark ust-elf
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.033987 seconds and 5 git commands to generate.