X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Flib%2FMakefile.am;h=d240cbc0e1d9850078ae502b17a5df362e747845;hb=1323fbeb1654448122d8be64c8813c2b0c2ca4ae;hp=b177414026941c33dc183cb89c93360ee34254d9;hpb=3a586ea951d8ea1ddfb89879f59824094b38ac04;p=babeltrace.git diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am index b1774140..d240cbc0 100644 --- a/tests/lib/Makefile.am +++ b/tests/lib/Makefile.am @@ -28,8 +28,11 @@ test_bt_ctf_field_type_validation_LDADD = $(COMMON_TEST_LDADD) test_ir_visit_LDADD = $(COMMON_TEST_LDADD) +test_trace_listener_LDADD = $(COMMON_TEST_LDADD) + noinst_PROGRAMS = test_seek test_bitfield test_ctf_writer test_bt_values \ - test_ctf_ir_ref test_bt_ctf_field_type_validation test_ir_visit + test_ctf_ir_ref test_bt_ctf_field_type_validation test_ir_visit \ + test_trace_listener test_seek_SOURCES = test_seek.c test_bitfield_SOURCES = test_bitfield.c @@ -38,6 +41,7 @@ test_bt_values_SOURCES = test_bt_values.c test_ctf_ir_ref_SOURCES = test_ctf_ir_ref.c test_bt_ctf_field_type_validation_SOURCES = test_bt_ctf_field_type_validation.c test_ir_visit_SOURCES = test_ir_visit.c +test_trace_listener_SOURCES = test_trace_listener.c check_SCRIPTS = test_seek_big_trace \ test_seek_empty_packet \