From 2952735ac056d9ed1cf4bb0bbe211ae91a5014f5 Mon Sep 17 00:00:00 2001 From: deepikabhavnani Date: Wed, 23 Jan 2019 11:09:16 -0600 Subject: [PATCH] Moved util (common test folder) inside the TESTS directory Util was common test folder, which was kept outside as we had no mechanism to have common files for various tests in tools. Now same can be achieved by having COMMON folder inside tests directory --- .../COMPONENT_FLASHIAP/{util => TESTS/COMMON}/fslittle_debug.h | 0 .../COMPONENT_FLASHIAP/{util => TESTS/COMMON}/fslittle_test.c | 0 .../COMPONENT_FLASHIAP/{util => TESTS/COMMON}/fslittle_test.h | 0 .../blockdevice/COMPONENT_SD/{util => TESTS/COMMON}/fsfat_debug.h | 0 .../blockdevice/COMPONENT_SD/{util => TESTS/COMMON}/fsfat_test.c | 0 .../blockdevice/COMPONENT_SD/{util => TESTS/COMMON}/fsfat_test.h | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename components/storage/blockdevice/COMPONENT_FLASHIAP/{util => TESTS/COMMON}/fslittle_debug.h (100%) rename components/storage/blockdevice/COMPONENT_FLASHIAP/{util => TESTS/COMMON}/fslittle_test.c (100%) rename components/storage/blockdevice/COMPONENT_FLASHIAP/{util => TESTS/COMMON}/fslittle_test.h (100%) rename components/storage/blockdevice/COMPONENT_SD/{util => TESTS/COMMON}/fsfat_debug.h (100%) rename components/storage/blockdevice/COMPONENT_SD/{util => TESTS/COMMON}/fsfat_test.c (100%) rename components/storage/blockdevice/COMPONENT_SD/{util => TESTS/COMMON}/fsfat_test.h (100%) diff --git a/components/storage/blockdevice/COMPONENT_FLASHIAP/util/fslittle_debug.h b/components/storage/blockdevice/COMPONENT_FLASHIAP/TESTS/COMMON/fslittle_debug.h similarity index 100% rename from components/storage/blockdevice/COMPONENT_FLASHIAP/util/fslittle_debug.h rename to components/storage/blockdevice/COMPONENT_FLASHIAP/TESTS/COMMON/fslittle_debug.h diff --git a/components/storage/blockdevice/COMPONENT_FLASHIAP/util/fslittle_test.c b/components/storage/blockdevice/COMPONENT_FLASHIAP/TESTS/COMMON/fslittle_test.c similarity index 100% rename from components/storage/blockdevice/COMPONENT_FLASHIAP/util/fslittle_test.c rename to components/storage/blockdevice/COMPONENT_FLASHIAP/TESTS/COMMON/fslittle_test.c diff --git a/components/storage/blockdevice/COMPONENT_FLASHIAP/util/fslittle_test.h b/components/storage/blockdevice/COMPONENT_FLASHIAP/TESTS/COMMON/fslittle_test.h similarity index 100% rename from components/storage/blockdevice/COMPONENT_FLASHIAP/util/fslittle_test.h rename to components/storage/blockdevice/COMPONENT_FLASHIAP/TESTS/COMMON/fslittle_test.h diff --git a/components/storage/blockdevice/COMPONENT_SD/util/fsfat_debug.h b/components/storage/blockdevice/COMPONENT_SD/TESTS/COMMON/fsfat_debug.h similarity index 100% rename from components/storage/blockdevice/COMPONENT_SD/util/fsfat_debug.h rename to components/storage/blockdevice/COMPONENT_SD/TESTS/COMMON/fsfat_debug.h diff --git a/components/storage/blockdevice/COMPONENT_SD/util/fsfat_test.c b/components/storage/blockdevice/COMPONENT_SD/TESTS/COMMON/fsfat_test.c similarity index 100% rename from components/storage/blockdevice/COMPONENT_SD/util/fsfat_test.c rename to components/storage/blockdevice/COMPONENT_SD/TESTS/COMMON/fsfat_test.c diff --git a/components/storage/blockdevice/COMPONENT_SD/util/fsfat_test.h b/components/storage/blockdevice/COMPONENT_SD/TESTS/COMMON/fsfat_test.h similarity index 100% rename from components/storage/blockdevice/COMPONENT_SD/util/fsfat_test.h rename to components/storage/blockdevice/COMPONENT_SD/TESTS/COMMON/fsfat_test.h