X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2FMakefile.am;h=ac4d1cc9bde4182409a2ed51c254290815b6554e;hb=8bc1125eb851b2c52d3263c2992e6806017e98e7;hp=b2c1c2b51e4cc96105a6b59c5b598640512caee6;hpb=39550fe8d4457b9df7ac197b468c764f020930f3;p=lttng-ust.git diff --git a/tests/Makefile.am b/tests/Makefile.am index b2c1c2b5..ac4d1cc9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ # SPDX-License-Identifier: LGPL-2.1-only -SUBDIRS = utils unit compile benchmark +SUBDIRS = utils unit compile benchmark regression LOG_DRIVER_FLAGS = --merge --comments LOG_DRIVER = env AM_TAP_AWK='$(AWK)' \ @@ -8,9 +8,15 @@ LOG_DRIVER = env AM_TAP_AWK='$(AWK)' \ UST_TESTS_BUILDDIR='$(abs_top_builddir)/tests' \ $(SHELL) $(srcdir)/utils/tap-driver.sh +# Unit tests + TESTS = \ unit/libringbuffer/test_shm \ unit/gcc-weak-hidden/test_gcc_weak_hidden \ + unit/libcommon/test_get_cpu_mask_from_sysfs \ + unit/libcommon/test_get_max_cpuid_from_mask \ + unit/libcommon/test_get_max_cpuid_from_sysfs \ + unit/libcommon/test_get_possible_cpus_array_len \ unit/libmsgpack/test_msgpack \ unit/pthread_name/test_pthread_name \ unit/snprintf/test_snprintf \ @@ -23,6 +29,11 @@ TESTS += \ unit/ust-utils/test_ust_utils_cxx endif +# Regression tests + +TESTS += \ + regression/abi0-conflict/test_abi0_conflict + EXTRA_DIST = README check-loop: