Move to kernel style SPDX license identifiers
[lttng-ust.git] / tests / Makefile.am
1 # SPDX-License-Identifier: LGPL-2.1-only
2
3 SUBDIRS = utils unit compile benchmark
4
5 LOG_DRIVER_FLAGS='--merge'
6 LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
7 $(srcdir)/utils/tap-driver.sh
8
9 TESTS = \
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
17 EXTRA_DIST = README
18
19 check-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.029528 seconds and 4 git commands to generate.