Include a test for SEEK_BEGIN and SEEK_LAST
[babeltrace.git] / tests / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3 SUBDIRS = lib
4
5 noinst_PROGRAMS = test-bitfield
6
7 test_bitfield_SOURCES = test-bitfield.c
8
9 EXTRA_DIST = runall.sh ctf-traces/**
10
11 check-am:
12 ./runall.sh
This page took 0.030558 seconds and 5 git commands to generate.