From f651e9843f0c6131ace24c33ef9cedc6926d7c51 Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Tue, 21 May 2019 10:44:08 -0400 Subject: [PATCH] Cleanup: tests: use underscores in filename MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Francis Deslauriers Change-Id: I02a8b61e7c4a234aa017a941f4609f4276f387ee Reviewed-on: https://review.lttng.org/c/babeltrace/+/1320 Tested-by: jenkins Reviewed-by: Jérémie Galarneau --- configure.ac | 2 +- ...est-utils-muxer-complete.in => test_utils_muxer_complete.in} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/plugins/{test-utils-muxer-complete.in => test_utils_muxer_complete.in} (100%) diff --git a/configure.ac b/configure.ac index 3fe3500f..a41cb318 100644 --- a/configure.ac +++ b/configure.ac @@ -802,7 +802,7 @@ AC_CONFIG_FILES([tests/lib/test_plugin_complete], [chmod +x tests/lib/test_plugi AC_CONFIG_FILES([tests/lib/trace-ir/test_trace_ir], [chmod +x tests/lib/trace-ir/test_trace_ir]) AC_CONFIG_FILES([tests/lib/ctf-writer/test_ctf_writer], [chmod +x tests/lib/ctf-writer/test_ctf_writer]) AC_CONFIG_FILES([tests/plugins/ctf/test_ctf_plugin], [chmod +x tests/plugins/ctf/test_ctf_plugin]) -AC_CONFIG_FILES([tests/plugins/test-utils-muxer-complete], [chmod +x tests/plugins/test-utils-muxer-complete]) +AC_CONFIG_FILES([tests/plugins/test_utils_muxer_complete], [chmod +x tests/plugins/test_utils_muxer_complete]) AC_CONFIG_FILES([tests/plugins/test_lttng_utils_debug_info], [chmod +x tests/plugins/test_lttng_utils_debug_info]) AC_CONFIG_FILES([tests/plugins/test_dwarf_complete], [chmod +x tests/plugins/test_dwarf_complete]) AC_CONFIG_FILES([tests/plugins/test_bin_info_complete], [chmod +x tests/plugins/test_bin_info_complete]) diff --git a/tests/plugins/test-utils-muxer-complete.in b/tests/plugins/test_utils_muxer_complete.in similarity index 100% rename from tests/plugins/test-utils-muxer-complete.in rename to tests/plugins/test_utils_muxer_complete.in -- 2.34.1