47891e90af0945d3accf10f7d3cd0fe1351af031
[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.029063 seconds and 4 git commands to generate.