Add unit tests for num possible cpus
[lttng-ust.git] / tests / libringbuffer / Makefile.am
CommitLineData
aaa23114
MJ
1# SPDX-License-Identifier: LGPL-2.1-only
2
3AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/utils
4
5noinst_PROGRAMS = test_smp
6test_smp_SOURCES = test_smp.c
7test_smp_LDADD = \
8 $(top_builddir)/libringbuffer/libringbuffer.la \
9 $(top_builddir)/snprintf/libustsnprintf.la \
10 $(top_builddir)/tests/utils/libtap.a
This page took 0.022848 seconds and 4 git commands to generate.