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