From a8101b9166f96a7343965b6af219a848752869bd Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 5 May 2017 16:49:32 -0400 Subject: [PATCH] Rename tests/bin -> tests/cli MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- configure.ac | 12 ++++++------ tests/Makefile.am | 2 +- tests/{bin => cli}/Makefile.am | 0 tests/{bin => cli}/intersection/Makefile.am | 0 .../{bin => cli}/intersection/bt_python_helper.py.in | 0 tests/{bin => cli}/intersection/test_intersection.in | 0 .../intersection/test_multi_trace_intersection.py | 0 tests/{bin => cli}/test_convert_args | 0 tests/{bin => cli}/test_formats.in | 0 tests/{bin => cli}/test_packet_seq_num.in | 0 tests/{bin => cli}/test_trace_read.in | 0 11 files changed, 7 insertions(+), 7 deletions(-) rename tests/{bin => cli}/Makefile.am (100%) rename tests/{bin => cli}/intersection/Makefile.am (100%) rename tests/{bin => cli}/intersection/bt_python_helper.py.in (100%) rename tests/{bin => cli}/intersection/test_intersection.in (100%) rename tests/{bin => cli}/intersection/test_multi_trace_intersection.py (100%) rename tests/{bin => cli}/test_convert_args (100%) rename tests/{bin => cli}/test_formats.in (100%) rename tests/{bin => cli}/test_packet_seq_num.in (100%) rename tests/{bin => cli}/test_trace_read.in (100%) diff --git a/configure.ac b/configure.ac index 8dc537a3..b12fe3d2 100644 --- a/configure.ac +++ b/configure.ac @@ -479,8 +479,8 @@ AC_CONFIG_FILES([ bindings/python/bt2/Makefile bindings/python/bt2/__init__.py tests/Makefile - tests/bin/Makefile - tests/bin/intersection/Makefile + tests/cli/Makefile + tests/cli/intersection/Makefile tests/lib/Makefile tests/lib/writer/Makefile tests/lib/test-plugin-plugins/Makefile @@ -524,11 +524,11 @@ AC_CONFIG_FILES([tests/lib/test_bin_info_complete], [chmod +x tests/lib/test_bin AC_CONFIG_FILES([tests/plugins/test-utils-muxer-complete], [chmod +x tests/plugins/test-utils-muxer-complete]) -AC_CONFIG_FILES([tests/bin/test_trace_read], [chmod +x tests/bin/test_trace_read]) -AC_CONFIG_FILES([tests/bin/intersection/test_intersection], [chmod +x tests/bin/intersection/test_intersection]) -AC_CONFIG_FILES([tests/bin/intersection/bt_python_helper.py]) +AC_CONFIG_FILES([tests/cli/test_trace_read], [chmod +x tests/cli/test_trace_read]) +AC_CONFIG_FILES([tests/cli/intersection/test_intersection], [chmod +x tests/cli/intersection/test_intersection]) +AC_CONFIG_FILES([tests/cli/intersection/bt_python_helper.py]) AC_CONFIG_FILES([tests/lib/writer/bt_python_helper.py]) -AC_CONFIG_FILES([tests/bin/test_packet_seq_num], [chmod +x tests/bin/test_packet_seq_num]) +AC_CONFIG_FILES([tests/cli/test_packet_seq_num], [chmod +x tests/cli/test_packet_seq_num]) AS_IF([test "x$enable_python" = "xyes"], [ AC_CONFIG_FILES( diff --git a/tests/Makefile.am b/tests/Makefile.am index 6df77579..a9bd7991 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = utils bin lib bindings plugins +SUBDIRS = utils cli lib bindings plugins EXTRA_DIST = $(srcdir)/ctf-traces/** \ $(srcdir)/debug-info-data/** \ diff --git a/tests/bin/Makefile.am b/tests/cli/Makefile.am similarity index 100% rename from tests/bin/Makefile.am rename to tests/cli/Makefile.am diff --git a/tests/bin/intersection/Makefile.am b/tests/cli/intersection/Makefile.am similarity index 100% rename from tests/bin/intersection/Makefile.am rename to tests/cli/intersection/Makefile.am diff --git a/tests/bin/intersection/bt_python_helper.py.in b/tests/cli/intersection/bt_python_helper.py.in similarity index 100% rename from tests/bin/intersection/bt_python_helper.py.in rename to tests/cli/intersection/bt_python_helper.py.in diff --git a/tests/bin/intersection/test_intersection.in b/tests/cli/intersection/test_intersection.in similarity index 100% rename from tests/bin/intersection/test_intersection.in rename to tests/cli/intersection/test_intersection.in diff --git a/tests/bin/intersection/test_multi_trace_intersection.py b/tests/cli/intersection/test_multi_trace_intersection.py similarity index 100% rename from tests/bin/intersection/test_multi_trace_intersection.py rename to tests/cli/intersection/test_multi_trace_intersection.py diff --git a/tests/bin/test_convert_args b/tests/cli/test_convert_args similarity index 100% rename from tests/bin/test_convert_args rename to tests/cli/test_convert_args diff --git a/tests/bin/test_formats.in b/tests/cli/test_formats.in similarity index 100% rename from tests/bin/test_formats.in rename to tests/cli/test_formats.in diff --git a/tests/bin/test_packet_seq_num.in b/tests/cli/test_packet_seq_num.in similarity index 100% rename from tests/bin/test_packet_seq_num.in rename to tests/cli/test_packet_seq_num.in diff --git a/tests/bin/test_trace_read.in b/tests/cli/test_trace_read.in similarity index 100% rename from tests/bin/test_trace_read.in rename to tests/cli/test_trace_read.in -- 2.34.1