X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Funit%2Flibcommon%2FMakefile.am;fp=tests%2Funit%2Flibcommon%2FMakefile.am;h=05b894e89eb9b423504791bede270af124124fc2;hb=fe9615ba34edf2deb2b7f7dea935806a94627e9f;hp=0000000000000000000000000000000000000000;hpb=66dbdc3448a77043d0fd59f47b17e77a8d59fddb;p=lttng-ust.git diff --git a/tests/unit/libcommon/Makefile.am b/tests/unit/libcommon/Makefile.am new file mode 100644 index 00000000..05b894e8 --- /dev/null +++ b/tests/unit/libcommon/Makefile.am @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: LGPL-2.1-only + +AM_CPPFLAGS += -I$(top_srcdir)/tests/utils + +noinst_PROGRAMS = test_smp +test_smp_SOURCES = test_smp.c +test_smp_LDADD = \ + $(top_builddir)/src/common/libcommon.la \ + $(top_builddir)/tests/utils/libtap.a