Tests: move `test_bitfield` outside lib tests, add `check-no-bitfield` target
[babeltrace.git] / tests / bitfield / Makefile.am
1 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
2
3 test_bitfield_SOURCES = test_bitfield.c
4 test_bitfield_LDADD = \
5 $(top_builddir)/tests/utils/tap/libtap.la \
6 $(top_builddir)/tests/utils/libtestcommon.la
7
8 noinst_PROGRAMS = test_bitfield
This page took 0.029046 seconds and 4 git commands to generate.