X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Flib%2FMakefile.am;h=ed89ea3e93c9ab26e2d6c939ce7f38cd8794f65b;hb=e7ba301ab7fc85c6ea2d255d7c5bcf7055950e1e;hp=cbbc5dc407025a25ba44969f27776ead107e396a;hpb=6a5c560c38fc38f9441aeca0393f0e5013023e5f;p=babeltrace.git diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am index cbbc5dc4..ed89ea3e 100644 --- a/tests/lib/Makefile.am +++ b/tests/lib/Makefile.am @@ -30,9 +30,11 @@ test_ir_visit_LDADD = $(COMMON_TEST_LDADD) test_trace_listener_LDADD = $(COMMON_TEST_LDADD) +test_bt_notification_heap_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_trace_listener + test_trace_listener test_bt_notification_heap test_seek_SOURCES = test_seek.c test_bitfield_SOURCES = test_bitfield.c @@ -42,6 +44,7 @@ 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 +test_bt_notification_heap_SOURCES = test_bt_notification_heap.c check_SCRIPTS = test_seek_big_trace \ test_seek_empty_packet \