Add tests to make check
[babeltrace.git] / tests / Makefile.am
... / ...
CommitLineData
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3noinst_PROGRAMS = test-bitfield
4
5test_bitfield_SOURCES = test-bitfield.c
6
7EXTRA_DIST = runall.sh
8
9check-am:
10 ./runall.sh
This page took 0.0222 seconds and 4 git commands to generate.