X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2FMakefile.am;h=c5ac2d77e4209a34879c787c574cbe9094ac84f0;hp=05e9439e8eb9b6b3fec2f9dc07e0f4bc50cadbcb;hb=56e18c4ce186892c36d7f2cb5078087425e60134;hpb=44c440bc5fe8219cc17d1b786d91fd83c4c9860a diff --git a/tests/Makefile.am b/tests/Makefile.am index 05e9439e..c5ac2d77 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -26,7 +26,7 @@ TESTS_CLI = \ TESTS_LIB = \ 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_graph_topo \ @@ -38,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