From e8e0774437d0d41a17a465ef4f86d7600fc5b4a4 Mon Sep 17 00:00:00 2001 From: Ali Jahangiri <75624145+aliphys@users.noreply.github.com> Date: Thu, 31 Aug 2023 11:38:05 +0200 Subject: [PATCH] Move tests to inside extras folder --- {tests => extras/tests}/TestExisting/TestExisting.ino | 0 {tests => extras/tests}/TestFileOperations/TestFileOperations.ino | 0 .../tests}/TestFolderOperations/TestFolderOperations.ino | 0 .../tests}/TestRepeatedFormatMount/TestRepeatedFormatMount.ino | 0 {tests => extras/tests}/TestUnified/TestUnified.ino | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {tests => extras/tests}/TestExisting/TestExisting.ino (100%) rename {tests => extras/tests}/TestFileOperations/TestFileOperations.ino (100%) rename {tests => extras/tests}/TestFolderOperations/TestFolderOperations.ino (100%) rename {tests => extras/tests}/TestRepeatedFormatMount/TestRepeatedFormatMount.ino (100%) rename {tests => extras/tests}/TestUnified/TestUnified.ino (100%) diff --git a/tests/TestExisting/TestExisting.ino b/extras/tests/TestExisting/TestExisting.ino similarity index 100% rename from tests/TestExisting/TestExisting.ino rename to extras/tests/TestExisting/TestExisting.ino diff --git a/tests/TestFileOperations/TestFileOperations.ino b/extras/tests/TestFileOperations/TestFileOperations.ino similarity index 100% rename from tests/TestFileOperations/TestFileOperations.ino rename to extras/tests/TestFileOperations/TestFileOperations.ino diff --git a/tests/TestFolderOperations/TestFolderOperations.ino b/extras/tests/TestFolderOperations/TestFolderOperations.ino similarity index 100% rename from tests/TestFolderOperations/TestFolderOperations.ino rename to extras/tests/TestFolderOperations/TestFolderOperations.ino diff --git a/tests/TestRepeatedFormatMount/TestRepeatedFormatMount.ino b/extras/tests/TestRepeatedFormatMount/TestRepeatedFormatMount.ino similarity index 100% rename from tests/TestRepeatedFormatMount/TestRepeatedFormatMount.ino rename to extras/tests/TestRepeatedFormatMount/TestRepeatedFormatMount.ino diff --git a/tests/TestUnified/TestUnified.ino b/extras/tests/TestUnified/TestUnified.ino similarity index 100% rename from tests/TestUnified/TestUnified.ino rename to extras/tests/TestUnified/TestUnified.ino