Add CTF enum type support to tracepoint event
[lttng-ust.git] / tests / Makefile.am
1 SUBDIRS = utils hello same_line_tracepoint snprintf benchmark ust-elf \
2 ctf-types
3
4 if CXX_WORKS
5 SUBDIRS += hello.cxx
6 endif
7
8 SCRIPT_LIST = test_loop run.sh unit_tests
9
10 dist_noinst_SCRIPTS = $(SCRIPT_LIST)
11
12 all-local:
13 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
14 for script in $(SCRIPT_LIST); do \
15 cp -f $(srcdir)/$$script $(builddir); \
16 done; \
17 fi
18
19 clean-local:
20 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
21 for script in $(SCRIPT_LIST); do \
22 rm -f $(builddir)/$$script; \
23 done; \
24 fi
25
26 check-am:
27 ./run.sh unit_tests
This page took 0.030938 seconds and 5 git commands to generate.