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