From 0e9ab6e3bd501132929d18610a1282bbecf9afa7 Mon Sep 17 00:00:00 2001 From: Daniel Trugman Date: Thu, 19 Oct 2023 23:09:40 +0100 Subject: [PATCH] Rename test file to not overlap with source ones --- test/{block_stat.cpp => test_block_stat.cpp} | 0 test/{buddyinfo.cpp => test_buddyinfo.cpp} | 0 test/{cgroup.cpp => test_cgroup.cpp} | 0 test/{cgroup_controller.cpp => test_cgroup_controller.cpp} | 0 test/{common.cpp => test_common.cpp} | 0 test/{filesystems.cpp => test_filesystems.cpp} | 0 test/{loadavg.cpp => test_loadavg.cpp} | 0 test/{main.cpp => test_main.cpp} | 0 test/{maps.cpp => test_maps.cpp} | 0 test/{mem.cpp => test_mem.cpp} | 0 test/{meminfo.cpp => test_meminfo.cpp} | 0 test/{modules.cpp => test_modules.cpp} | 0 test/{mountinfo.cpp => test_mountinfo.cpp} | 0 test/{net_device.cpp => test_net_device.cpp} | 0 test/{net_route.cpp => test_net_route.cpp} | 0 test/{net_socket.cpp => test_net_socket.cpp} | 0 test/{netlink_socket.cpp => test_netlink_socket.cpp} | 0 test/{parsers.cpp => test_parsers.cpp} | 0 test/{proc_stat.cpp => test_proc_stat.cpp} | 0 test/{task_io.cpp => test_task_io.cpp} | 0 test/{task_status.cpp => test_task_status.cpp} | 0 test/{unix_socket.cpp => test_unix_socket.cpp} | 0 test/{uptime.cpp => test_uptime.cpp} | 0 test/{utils.cpp => test_utils.cpp} | 0 24 files changed, 0 insertions(+), 0 deletions(-) rename test/{block_stat.cpp => test_block_stat.cpp} (100%) rename test/{buddyinfo.cpp => test_buddyinfo.cpp} (100%) rename test/{cgroup.cpp => test_cgroup.cpp} (100%) rename test/{cgroup_controller.cpp => test_cgroup_controller.cpp} (100%) rename test/{common.cpp => test_common.cpp} (100%) rename test/{filesystems.cpp => test_filesystems.cpp} (100%) rename test/{loadavg.cpp => test_loadavg.cpp} (100%) rename test/{main.cpp => test_main.cpp} (100%) rename test/{maps.cpp => test_maps.cpp} (100%) rename test/{mem.cpp => test_mem.cpp} (100%) rename test/{meminfo.cpp => test_meminfo.cpp} (100%) rename test/{modules.cpp => test_modules.cpp} (100%) rename test/{mountinfo.cpp => test_mountinfo.cpp} (100%) rename test/{net_device.cpp => test_net_device.cpp} (100%) rename test/{net_route.cpp => test_net_route.cpp} (100%) rename test/{net_socket.cpp => test_net_socket.cpp} (100%) rename test/{netlink_socket.cpp => test_netlink_socket.cpp} (100%) rename test/{parsers.cpp => test_parsers.cpp} (100%) rename test/{proc_stat.cpp => test_proc_stat.cpp} (100%) rename test/{task_io.cpp => test_task_io.cpp} (100%) rename test/{task_status.cpp => test_task_status.cpp} (100%) rename test/{unix_socket.cpp => test_unix_socket.cpp} (100%) rename test/{uptime.cpp => test_uptime.cpp} (100%) rename test/{utils.cpp => test_utils.cpp} (100%) diff --git a/test/block_stat.cpp b/test/test_block_stat.cpp similarity index 100% rename from test/block_stat.cpp rename to test/test_block_stat.cpp diff --git a/test/buddyinfo.cpp b/test/test_buddyinfo.cpp similarity index 100% rename from test/buddyinfo.cpp rename to test/test_buddyinfo.cpp diff --git a/test/cgroup.cpp b/test/test_cgroup.cpp similarity index 100% rename from test/cgroup.cpp rename to test/test_cgroup.cpp diff --git a/test/cgroup_controller.cpp b/test/test_cgroup_controller.cpp similarity index 100% rename from test/cgroup_controller.cpp rename to test/test_cgroup_controller.cpp diff --git a/test/common.cpp b/test/test_common.cpp similarity index 100% rename from test/common.cpp rename to test/test_common.cpp diff --git a/test/filesystems.cpp b/test/test_filesystems.cpp similarity index 100% rename from test/filesystems.cpp rename to test/test_filesystems.cpp diff --git a/test/loadavg.cpp b/test/test_loadavg.cpp similarity index 100% rename from test/loadavg.cpp rename to test/test_loadavg.cpp diff --git a/test/main.cpp b/test/test_main.cpp similarity index 100% rename from test/main.cpp rename to test/test_main.cpp diff --git a/test/maps.cpp b/test/test_maps.cpp similarity index 100% rename from test/maps.cpp rename to test/test_maps.cpp diff --git a/test/mem.cpp b/test/test_mem.cpp similarity index 100% rename from test/mem.cpp rename to test/test_mem.cpp diff --git a/test/meminfo.cpp b/test/test_meminfo.cpp similarity index 100% rename from test/meminfo.cpp rename to test/test_meminfo.cpp diff --git a/test/modules.cpp b/test/test_modules.cpp similarity index 100% rename from test/modules.cpp rename to test/test_modules.cpp diff --git a/test/mountinfo.cpp b/test/test_mountinfo.cpp similarity index 100% rename from test/mountinfo.cpp rename to test/test_mountinfo.cpp diff --git a/test/net_device.cpp b/test/test_net_device.cpp similarity index 100% rename from test/net_device.cpp rename to test/test_net_device.cpp diff --git a/test/net_route.cpp b/test/test_net_route.cpp similarity index 100% rename from test/net_route.cpp rename to test/test_net_route.cpp diff --git a/test/net_socket.cpp b/test/test_net_socket.cpp similarity index 100% rename from test/net_socket.cpp rename to test/test_net_socket.cpp diff --git a/test/netlink_socket.cpp b/test/test_netlink_socket.cpp similarity index 100% rename from test/netlink_socket.cpp rename to test/test_netlink_socket.cpp diff --git a/test/parsers.cpp b/test/test_parsers.cpp similarity index 100% rename from test/parsers.cpp rename to test/test_parsers.cpp diff --git a/test/proc_stat.cpp b/test/test_proc_stat.cpp similarity index 100% rename from test/proc_stat.cpp rename to test/test_proc_stat.cpp diff --git a/test/task_io.cpp b/test/test_task_io.cpp similarity index 100% rename from test/task_io.cpp rename to test/test_task_io.cpp diff --git a/test/task_status.cpp b/test/test_task_status.cpp similarity index 100% rename from test/task_status.cpp rename to test/test_task_status.cpp diff --git a/test/unix_socket.cpp b/test/test_unix_socket.cpp similarity index 100% rename from test/unix_socket.cpp rename to test/test_unix_socket.cpp diff --git a/test/uptime.cpp b/test/test_uptime.cpp similarity index 100% rename from test/uptime.cpp rename to test/test_uptime.cpp diff --git a/test/utils.cpp b/test/test_utils.cpp similarity index 100% rename from test/utils.cpp rename to test/test_utils.cpp