CTF IR -> Trace IR
[babeltrace.git] / tests / Makefile.am
index b137b01dacdf1b4ece7e314a0b6961a509f8b788..c5ac2d77e4209a34879c787c574cbe9094ac84f0 100644 (file)
@@ -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
 
This page took 0.023526 seconds and 4 git commands to generate.