Move to kernel style SPDX license identifiers
[babeltrace.git] / tests / bitfield / Makefile.am
CommitLineData
0235b0db
MJ
1# SPDX-License-Identifier: MIT
2
906ac65f
PP
3AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
4
5test_bitfield_SOURCES = test_bitfield.c
6test_bitfield_LDADD = \
7 $(top_builddir)/tests/utils/tap/libtap.la \
8 $(top_builddir)/tests/utils/libtestcommon.la
9
10noinst_PROGRAMS = test_bitfield
This page took 0.038035 seconds and 4 git commands to generate.