Restrict Java context retriever names to a set of valid characters
[lttng-ust.git] / tests / Makefile.am
... / ...
CommitLineData
1SUBDIRS = utils hello same_line_tracepoint snprintf benchmark ust-elf \
2 ctf-types test-app-ctx
3
4if CXX_WORKS
5SUBDIRS += hello.cxx
6endif
7
8LOG_DRIVER_FLAGS='--merge'
9LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
10 $(top_srcdir)/config/tap-driver.sh
11
12TESTS = snprintf/test_snprintf \
13 ust-elf/test_ust_elf
14
15check-loop:
16 while [ 0 ]; do \
17 $(MAKE) $(AM_MAKEFLAGS) check; \
18 if [ "$$?" != "0" ]; then \
19 break; \
20 fi \
21 done
22
23.PHONY: check-loop
This page took 0.022146 seconds and 4 git commands to generate.