Tests: Replace prove by autotools tap runner
[babeltrace.git] / tests / Makefile.am
1 SUBDIRS = utils bin lib
2
3 LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
4 $(top_srcdir)/config/tap-driver.sh
5
6 TESTS = bin/test_trace_read \
7 bin/test_trace_read \
8 bin/test_packet_seq_num \
9 bin/test_intersection \
10 lib/test_bitfield \
11 lib/test_seek_empty_packet \
12 lib/test_seek_big_trace \
13 lib/test_ctf_writer_complete \
14 lib/test_bt_values \
15 lib/test_ctf_ir_ref \
16 lib/test_bt_ctf_field_type_validation
17
18 EXTRA_DIST = $(srcdir)/ctf-traces/** \
19 $(srcdir)/debuginfo-data/**
20
21 if ENABLE_DEBUGINFO
22 TESTS += lib/test_dwarf_complete \
23 lib/test_bin_info_complete
24 endif
This page took 0.031916 seconds and 4 git commands to generate.