Rename tests/bin -> tests/cli
[babeltrace.git] / configure.ac
index 8dc537a3fbecdf5e27db6ddc80c763fdcc8df776..b12fe3d2944755396fb86644f0a8d4a38728a1ec 100644 (file)
@@ -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(
This page took 0.025221 seconds and 4 git commands to generate.