fix: handle EINTR correctly in get_cpu_mask_from_sysfs
[urcu.git] / tests / common / Makefile.am
... / ...
CommitLineData
1# SPDX-FileCopyrightText: 2023 EfficiOS Inc.
2#
3# SPDX-License-Identifier: MIT
4
5AM_CPPFLAGS += -I$(top_srcdir)/src -I$(top_srcdir)/tests/common
6
7noinst_HEADERS = \
8 api.h \
9 compat-rand.h \
10 thread-id.h
11
12noinst_LTLIBRARIES = libdebug-yield.la
13
14libdebug_yield_la_SOURCES = debug-yield.c debug-yield.h
This page took 0.023308 seconds and 5 git commands to generate.