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