aboutsummaryrefslogtreecommitdiff
path: root/c_implementation/tests
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2025-04-28 19:27:50 +0300
committerkaotisk <kaotisk@arching-kaos.org>2025-04-28 19:27:50 +0300
commit2198ceddc508a998b980076662a457a65b6637de (patch)
treeb441b6c45a2a2421143129570bf047a7c6911023 /c_implementation/tests
parent23bd5642ed78a05e4d9caffe95beeba732a45ddb (diff)
downloadarching-kaos-tools-master.tar.gz
arching-kaos-tools-master.tar.bz2
arching-kaos-tools-master.zip
Diffstat (limited to 'c_implementation/tests')
-rw-r--r--c_implementation/tests/test_akfs.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/c_implementation/tests/test_akfs.c b/c_implementation/tests/test_akfs.c
index 9506ec9..55607c4 100644
--- a/c_implementation/tests/test_akfs.c
+++ b/c_implementation/tests/test_akfs.c
@@ -238,23 +238,7 @@ static void test_map_opener()
static void test_ak_fs_ls()
{
ak_log_test(__func__, ".....=====.....");
- // size_t len = ak_fs_maps_v3_found_in_fs();
- // akfs_map_v3 map_store[len];
- // akfs_map_v3* mps_ptr = &map_store[0];
- // void* mps_start = &map_store[0];
- // (void)mps_start;
- // ak_fs_map_v3_init_store(&mps_ptr, len);
-
- // // TODO Rename the following to "ak_fs_resolve_map_v3_array" or close to it
- // ak_fs_map_v3_resolve_maps(&mps_ptr, len);
-
- // // TODO Decide what we should be printing
- // // Possibly, something like "maphex(6)_filename" so we can put multiple
- // // files with the same name into the list
- // ak_fs_maps_v3_print(&mps_ptr, len);
- // ak_fs_print_filenames_from_map_store(&mps_ptr, len);
ak_fs_ls();
- // ak_log_test(__func__, ".....=END=.....");
}