Add more unit tests for possible_cpus_array_len
[lttng-ust.git] / tests / unit / libcommon / Makefile.am
CommitLineData
fe9615ba
MJ
1# SPDX-License-Identifier: LGPL-2.1-only
2
3AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
4
fb0f6ca9
MJ
5noinst_PROGRAMS = \
6 get_cpu_mask_from_sysfs \
7 get_max_cpuid_from_sysfs \
8 test_get_max_cpuid_from_mask \
9 test_get_possible_cpus_array_len
10
11dist_noinst_SCRIPTS = \
12 test_get_cpu_mask_from_sysfs \
13 test_get_max_cpuid_from_sysfs
14
15get_cpu_mask_from_sysfs_SOURCES = get_cpu_mask_from_sysfs.c
16get_cpu_mask_from_sysfs_LDADD = \
17 $(top_builddir)/src/common/libcommon.la
18
19get_max_cpuid_from_sysfs_SOURCES = get_max_cpuid_from_sysfs.c
20get_max_cpuid_from_sysfs_LDADD = \
21 $(top_builddir)/src/common/libcommon.la
22
23test_get_max_cpuid_from_mask_SOURCES = test_get_max_cpuid_from_mask.c
24test_get_max_cpuid_from_mask_LDADD = \
25 $(top_builddir)/src/common/libcommon.la \
26 $(top_builddir)/tests/utils/libtap.a
27
28test_get_possible_cpus_array_len_SOURCES = test_get_possible_cpus_array_len.c
29test_get_possible_cpus_array_len_LDADD = \
fe9615ba
MJ
30 $(top_builddir)/src/common/libcommon.la \
31 $(top_builddir)/tests/utils/libtap.a
This page took 0.024157 seconds and 4 git commands to generate.