X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2FMakefile.am;h=c5ac2d77e4209a34879c787c574cbe9094ac84f0;hb=56e18c4ce186892c36d7f2cb5078087425e60134;hp=b137b01dacdf1b4ece7e314a0b6961a509f8b788;hpb=d461e009b19e525d003762586f3f7d30ed5f5f6f;p=babeltrace.git diff --git a/tests/Makefile.am b/tests/Makefile.am index b137b01d..c5ac2d77 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -24,13 +24,11 @@ TESTS_CLI = \ cli/test_trimmer TESTS_LIB = \ - lib/test_bitfield \ lib/test_ctf_writer_complete \ lib/test_bt_values \ - lib/test_ctf_ir_ref \ + lib/test_trace_ir_ref \ lib/test_bt_ctf_field_type_validation \ lib/test_ir_visit \ - lib/test_bt_notification_heap \ lib/test_graph_topo \ lib/test_cc_prio_map \ lib/test_bt_notification_iterator @@ -40,7 +38,7 @@ TESTS_LIB += lib/test_plugin_complete endif if ENABLE_PYTHON_BINDINGS -TESTS_LIB += lib/ctf-ir/test_ctf_ir +TESTS_LIB += lib/trace-ir/test_trace_ir TESTS_LIB += lib/ctf-writer/test_ctf_writer endif