X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2FMakefile.am;h=f15d6d85069bd5d9596746426aad216dbadc5ab0;hb=073ad6e67be2396ceff0f3eb601459d6e8fd9dc2;hp=f5fd07738bb54a3dff0716f17e6c67b1fe267dee;hpb=fb9935cce3db19748584c3e989eb5e6b83f04ed0;p=babeltrace.git diff --git a/tests/Makefile.am b/tests/Makefile.am index f5fd0773..f15d6d85 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -7,7 +7,6 @@ LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \ TESTS = bin/test_trace_read \ bin/test_trace_read \ bin/test_packet_seq_num \ - bin/test_formats \ bin/test_convert_args \ bin/intersection/test_intersection \ lib/test_bitfield \ @@ -21,7 +20,8 @@ TESTS = bin/test_trace_read \ lib/test_trace_listener \ lib/test_bt_notification_heap \ lib/test_plugin_complete \ - lib/test_graph_topo + lib/test_graph_topo \ + lib/test_cc_prio_map EXTRA_DIST = $(srcdir)/ctf-traces/** \ $(srcdir)/debug-info-data/** \