Move to kernel style SPDX license identifiers
[lttng-ust.git] / tests / Makefile.am
... / ...
CommitLineData
1# SPDX-License-Identifier: LGPL-2.1-only
2
3SUBDIRS = utils unit compile benchmark
4
5LOG_DRIVER_FLAGS='--merge'
6LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
7 $(srcdir)/utils/tap-driver.sh
8
9TESTS = \
10 unit/libringbuffer/test_shm \
11 unit/gcc-weak-hidden/test_gcc_weak_hidden \
12 unit/libmsgpack/test_msgpack \
13 unit/pthread_name/test_pthread_name \
14 unit/snprintf/test_snprintf \
15 unit/ust-elf/test_ust_elf
16
17EXTRA_DIST = README
18
19check-loop:
20 while [ 0 ]; do \
21 $(MAKE) $(AM_MAKEFLAGS) check; \
22 if [ "$$?" != "0" ]; then \
23 break; \
24 fi \
25 done
26
27.PHONY: check-loop
This page took 0.022011 seconds and 4 git commands to generate.