Rename tests/bin -> tests/cli
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 5 May 2017 20:49:32 +0000 (16:49 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:42 +0000 (12:57 -0400)
commita8101b9166f96a7343965b6af219a848752869bd
treeae63c09961272d962a524b76decf603ccf2cc0bc
parent7433a3a4c66cf9f182afb61ce3d77a83474053be
Rename tests/bin -> tests/cli

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
20 files changed:
configure.ac
tests/Makefile.am
tests/bin/Makefile.am [deleted file]
tests/bin/intersection/Makefile.am [deleted file]
tests/bin/intersection/bt_python_helper.py.in [deleted file]
tests/bin/intersection/test_intersection.in [deleted file]
tests/bin/intersection/test_multi_trace_intersection.py [deleted file]
tests/bin/test_convert_args [deleted file]
tests/bin/test_formats.in [deleted file]
tests/bin/test_packet_seq_num.in [deleted file]
tests/bin/test_trace_read.in [deleted file]
tests/cli/Makefile.am [new file with mode: 0644]
tests/cli/intersection/Makefile.am [new file with mode: 0644]
tests/cli/intersection/bt_python_helper.py.in [new file with mode: 0644]
tests/cli/intersection/test_intersection.in [new file with mode: 0644]
tests/cli/intersection/test_multi_trace_intersection.py [new file with mode: 0755]
tests/cli/test_convert_args [new file with mode: 0755]
tests/cli/test_formats.in [new file with mode: 0644]
tests/cli/test_packet_seq_num.in [new file with mode: 0644]
tests/cli/test_trace_read.in [new file with mode: 0644]
This page took 0.02613 seconds and 4 git commands to generate.