diff --git a/test/ceedling b/test/unit-test/ceedling similarity index 100% rename from test/ceedling rename to test/unit-test/ceedling diff --git a/test/project.yml b/test/unit-test/project.yml similarity index 99% rename from test/project.yml rename to test/unit-test/project.yml index 1bccc517..7708123d 100644 --- a/test/project.yml +++ b/test/unit-test/project.yml @@ -36,7 +36,7 @@ - +:test/** - -:test/support :source: - - ../src/** + - ../../src/** :support: - test/support diff --git a/test/test/device/msc/test_msc_device.c b/test/unit-test/test/device/msc/test_msc_device.c similarity index 100% rename from test/test/device/msc/test_msc_device.c rename to test/unit-test/test/device/msc/test_msc_device.c diff --git a/test/test/device/usbd/test_usbd.c b/test/unit-test/test/device/usbd/test_usbd.c similarity index 100% rename from test/test/device/usbd/test_usbd.c rename to test/unit-test/test/device/usbd/test_usbd.c diff --git a/test/test/support/tusb_config.h b/test/unit-test/test/support/tusb_config.h similarity index 100% rename from test/test/support/tusb_config.h rename to test/unit-test/test/support/tusb_config.h diff --git a/test/test/test_fifo.c b/test/unit-test/test/test_fifo.c similarity index 100% rename from test/test/test_fifo.c rename to test/unit-test/test/test_fifo.c diff --git a/test/vendor/ceedling/bin/ceedling b/test/unit-test/vendor/ceedling/bin/ceedling similarity index 100% rename from test/vendor/ceedling/bin/ceedling rename to test/unit-test/vendor/ceedling/bin/ceedling diff --git a/test/vendor/ceedling/lib/ceedling.rb b/test/unit-test/vendor/ceedling/lib/ceedling.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling.rb rename to test/unit-test/vendor/ceedling/lib/ceedling.rb diff --git a/test/vendor/ceedling/lib/ceedling/build_invoker_utils.rb b/test/unit-test/vendor/ceedling/lib/ceedling/build_invoker_utils.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/build_invoker_utils.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/build_invoker_utils.rb diff --git a/test/vendor/ceedling/lib/ceedling/cacheinator.rb b/test/unit-test/vendor/ceedling/lib/ceedling/cacheinator.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/cacheinator.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/cacheinator.rb diff --git a/test/vendor/ceedling/lib/ceedling/cacheinator_helper.rb b/test/unit-test/vendor/ceedling/lib/ceedling/cacheinator_helper.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/cacheinator_helper.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/cacheinator_helper.rb diff --git a/test/vendor/ceedling/lib/ceedling/cmock_builder.rb b/test/unit-test/vendor/ceedling/lib/ceedling/cmock_builder.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/cmock_builder.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/cmock_builder.rb diff --git a/test/vendor/ceedling/lib/ceedling/configurator.rb b/test/unit-test/vendor/ceedling/lib/ceedling/configurator.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/configurator.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/configurator.rb diff --git a/test/vendor/ceedling/lib/ceedling/configurator_builder.rb b/test/unit-test/vendor/ceedling/lib/ceedling/configurator_builder.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/configurator_builder.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/configurator_builder.rb diff --git a/test/vendor/ceedling/lib/ceedling/configurator_plugins.rb b/test/unit-test/vendor/ceedling/lib/ceedling/configurator_plugins.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/configurator_plugins.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/configurator_plugins.rb diff --git a/test/vendor/ceedling/lib/ceedling/configurator_setup.rb b/test/unit-test/vendor/ceedling/lib/ceedling/configurator_setup.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/configurator_setup.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/configurator_setup.rb diff --git a/test/vendor/ceedling/lib/ceedling/configurator_validator.rb b/test/unit-test/vendor/ceedling/lib/ceedling/configurator_validator.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/configurator_validator.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/configurator_validator.rb diff --git a/test/vendor/ceedling/lib/ceedling/constants.rb b/test/unit-test/vendor/ceedling/lib/ceedling/constants.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/constants.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/constants.rb diff --git a/test/vendor/ceedling/lib/ceedling/defaults.rb b/test/unit-test/vendor/ceedling/lib/ceedling/defaults.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/defaults.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/defaults.rb diff --git a/test/vendor/ceedling/lib/ceedling/dependinator.rb b/test/unit-test/vendor/ceedling/lib/ceedling/dependinator.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/dependinator.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/dependinator.rb diff --git a/test/vendor/ceedling/lib/ceedling/erb_wrapper.rb b/test/unit-test/vendor/ceedling/lib/ceedling/erb_wrapper.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/erb_wrapper.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/erb_wrapper.rb diff --git a/test/vendor/ceedling/lib/ceedling/file_finder.rb b/test/unit-test/vendor/ceedling/lib/ceedling/file_finder.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/file_finder.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/file_finder.rb diff --git a/test/vendor/ceedling/lib/ceedling/file_finder_helper.rb b/test/unit-test/vendor/ceedling/lib/ceedling/file_finder_helper.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/file_finder_helper.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/file_finder_helper.rb diff --git a/test/vendor/ceedling/lib/ceedling/file_path_utils.rb b/test/unit-test/vendor/ceedling/lib/ceedling/file_path_utils.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/file_path_utils.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/file_path_utils.rb diff --git a/test/vendor/ceedling/lib/ceedling/file_system_utils.rb b/test/unit-test/vendor/ceedling/lib/ceedling/file_system_utils.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/file_system_utils.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/file_system_utils.rb diff --git a/test/vendor/ceedling/lib/ceedling/file_system_wrapper.rb b/test/unit-test/vendor/ceedling/lib/ceedling/file_system_wrapper.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/file_system_wrapper.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/file_system_wrapper.rb diff --git a/test/vendor/ceedling/lib/ceedling/file_wrapper.rb b/test/unit-test/vendor/ceedling/lib/ceedling/file_wrapper.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/file_wrapper.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/file_wrapper.rb diff --git a/test/vendor/ceedling/lib/ceedling/flaginator.rb b/test/unit-test/vendor/ceedling/lib/ceedling/flaginator.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/flaginator.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/flaginator.rb diff --git a/test/vendor/ceedling/lib/ceedling/generator.rb b/test/unit-test/vendor/ceedling/lib/ceedling/generator.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/generator.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/generator.rb diff --git a/test/vendor/ceedling/lib/ceedling/generator_helper.rb b/test/unit-test/vendor/ceedling/lib/ceedling/generator_helper.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/generator_helper.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/generator_helper.rb diff --git a/test/vendor/ceedling/lib/ceedling/generator_test_results.rb b/test/unit-test/vendor/ceedling/lib/ceedling/generator_test_results.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/generator_test_results.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/generator_test_results.rb diff --git a/test/vendor/ceedling/lib/ceedling/generator_test_results_sanity_checker.rb b/test/unit-test/vendor/ceedling/lib/ceedling/generator_test_results_sanity_checker.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/generator_test_results_sanity_checker.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/generator_test_results_sanity_checker.rb diff --git a/test/vendor/ceedling/lib/ceedling/generator_test_runner.rb b/test/unit-test/vendor/ceedling/lib/ceedling/generator_test_runner.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/generator_test_runner.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/generator_test_runner.rb diff --git a/test/vendor/ceedling/lib/ceedling/loginator.rb b/test/unit-test/vendor/ceedling/lib/ceedling/loginator.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/loginator.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/loginator.rb diff --git a/test/vendor/ceedling/lib/ceedling/makefile.rb b/test/unit-test/vendor/ceedling/lib/ceedling/makefile.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/makefile.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/makefile.rb diff --git a/test/vendor/ceedling/lib/ceedling/objects.yml b/test/unit-test/vendor/ceedling/lib/ceedling/objects.yml similarity index 100% rename from test/vendor/ceedling/lib/ceedling/objects.yml rename to test/unit-test/vendor/ceedling/lib/ceedling/objects.yml diff --git a/test/vendor/ceedling/lib/ceedling/par_map.rb b/test/unit-test/vendor/ceedling/lib/ceedling/par_map.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/par_map.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/par_map.rb diff --git a/test/vendor/ceedling/lib/ceedling/plugin.rb b/test/unit-test/vendor/ceedling/lib/ceedling/plugin.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/plugin.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/plugin.rb diff --git a/test/vendor/ceedling/lib/ceedling/plugin_builder.rb b/test/unit-test/vendor/ceedling/lib/ceedling/plugin_builder.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/plugin_builder.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/plugin_builder.rb diff --git a/test/vendor/ceedling/lib/ceedling/plugin_manager.rb b/test/unit-test/vendor/ceedling/lib/ceedling/plugin_manager.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/plugin_manager.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/plugin_manager.rb diff --git a/test/vendor/ceedling/lib/ceedling/plugin_manager_helper.rb b/test/unit-test/vendor/ceedling/lib/ceedling/plugin_manager_helper.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/plugin_manager_helper.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/plugin_manager_helper.rb diff --git a/test/vendor/ceedling/lib/ceedling/plugin_reportinator.rb b/test/unit-test/vendor/ceedling/lib/ceedling/plugin_reportinator.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/plugin_reportinator.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/plugin_reportinator.rb diff --git a/test/vendor/ceedling/lib/ceedling/plugin_reportinator_helper.rb b/test/unit-test/vendor/ceedling/lib/ceedling/plugin_reportinator_helper.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/plugin_reportinator_helper.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/plugin_reportinator_helper.rb diff --git a/test/vendor/ceedling/lib/ceedling/preprocessinator.rb b/test/unit-test/vendor/ceedling/lib/ceedling/preprocessinator.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/preprocessinator.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/preprocessinator.rb diff --git a/test/vendor/ceedling/lib/ceedling/preprocessinator_extractor.rb b/test/unit-test/vendor/ceedling/lib/ceedling/preprocessinator_extractor.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/preprocessinator_extractor.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/preprocessinator_extractor.rb diff --git a/test/vendor/ceedling/lib/ceedling/preprocessinator_file_handler.rb b/test/unit-test/vendor/ceedling/lib/ceedling/preprocessinator_file_handler.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/preprocessinator_file_handler.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/preprocessinator_file_handler.rb diff --git a/test/vendor/ceedling/lib/ceedling/preprocessinator_helper.rb b/test/unit-test/vendor/ceedling/lib/ceedling/preprocessinator_helper.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/preprocessinator_helper.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/preprocessinator_helper.rb diff --git a/test/vendor/ceedling/lib/ceedling/preprocessinator_includes_handler.rb b/test/unit-test/vendor/ceedling/lib/ceedling/preprocessinator_includes_handler.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/preprocessinator_includes_handler.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/preprocessinator_includes_handler.rb diff --git a/test/vendor/ceedling/lib/ceedling/project_config_manager.rb b/test/unit-test/vendor/ceedling/lib/ceedling/project_config_manager.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/project_config_manager.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/project_config_manager.rb diff --git a/test/vendor/ceedling/lib/ceedling/project_file_loader.rb b/test/unit-test/vendor/ceedling/lib/ceedling/project_file_loader.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/project_file_loader.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/project_file_loader.rb diff --git a/test/vendor/ceedling/lib/ceedling/rake_utils.rb b/test/unit-test/vendor/ceedling/lib/ceedling/rake_utils.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/rake_utils.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/rake_utils.rb diff --git a/test/vendor/ceedling/lib/ceedling/rake_wrapper.rb b/test/unit-test/vendor/ceedling/lib/ceedling/rake_wrapper.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/rake_wrapper.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/rake_wrapper.rb diff --git a/test/vendor/ceedling/lib/ceedling/rakefile.rb b/test/unit-test/vendor/ceedling/lib/ceedling/rakefile.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/rakefile.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/rakefile.rb diff --git a/test/vendor/ceedling/lib/ceedling/release_invoker.rb b/test/unit-test/vendor/ceedling/lib/ceedling/release_invoker.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/release_invoker.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/release_invoker.rb diff --git a/test/vendor/ceedling/lib/ceedling/release_invoker_helper.rb b/test/unit-test/vendor/ceedling/lib/ceedling/release_invoker_helper.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/release_invoker_helper.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/release_invoker_helper.rb diff --git a/test/vendor/ceedling/lib/ceedling/reportinator.rb b/test/unit-test/vendor/ceedling/lib/ceedling/reportinator.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/reportinator.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/reportinator.rb diff --git a/test/vendor/ceedling/lib/ceedling/rules_cmock.rake b/test/unit-test/vendor/ceedling/lib/ceedling/rules_cmock.rake similarity index 100% rename from test/vendor/ceedling/lib/ceedling/rules_cmock.rake rename to test/unit-test/vendor/ceedling/lib/ceedling/rules_cmock.rake diff --git a/test/vendor/ceedling/lib/ceedling/rules_preprocess.rake b/test/unit-test/vendor/ceedling/lib/ceedling/rules_preprocess.rake similarity index 100% rename from test/vendor/ceedling/lib/ceedling/rules_preprocess.rake rename to test/unit-test/vendor/ceedling/lib/ceedling/rules_preprocess.rake diff --git a/test/vendor/ceedling/lib/ceedling/rules_release.rake b/test/unit-test/vendor/ceedling/lib/ceedling/rules_release.rake similarity index 100% rename from test/vendor/ceedling/lib/ceedling/rules_release.rake rename to test/unit-test/vendor/ceedling/lib/ceedling/rules_release.rake diff --git a/test/vendor/ceedling/lib/ceedling/rules_release_deep_dependencies.rake b/test/unit-test/vendor/ceedling/lib/ceedling/rules_release_deep_dependencies.rake similarity index 100% rename from test/vendor/ceedling/lib/ceedling/rules_release_deep_dependencies.rake rename to test/unit-test/vendor/ceedling/lib/ceedling/rules_release_deep_dependencies.rake diff --git a/test/vendor/ceedling/lib/ceedling/rules_tests.rake b/test/unit-test/vendor/ceedling/lib/ceedling/rules_tests.rake similarity index 100% rename from test/vendor/ceedling/lib/ceedling/rules_tests.rake rename to test/unit-test/vendor/ceedling/lib/ceedling/rules_tests.rake diff --git a/test/vendor/ceedling/lib/ceedling/rules_tests_deep_dependencies.rake b/test/unit-test/vendor/ceedling/lib/ceedling/rules_tests_deep_dependencies.rake similarity index 100% rename from test/vendor/ceedling/lib/ceedling/rules_tests_deep_dependencies.rake rename to test/unit-test/vendor/ceedling/lib/ceedling/rules_tests_deep_dependencies.rake diff --git a/test/vendor/ceedling/lib/ceedling/setupinator.rb b/test/unit-test/vendor/ceedling/lib/ceedling/setupinator.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/setupinator.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/setupinator.rb diff --git a/test/vendor/ceedling/lib/ceedling/stream_wrapper.rb b/test/unit-test/vendor/ceedling/lib/ceedling/stream_wrapper.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/stream_wrapper.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/stream_wrapper.rb diff --git a/test/vendor/ceedling/lib/ceedling/streaminator.rb b/test/unit-test/vendor/ceedling/lib/ceedling/streaminator.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/streaminator.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/streaminator.rb diff --git a/test/vendor/ceedling/lib/ceedling/streaminator_helper.rb b/test/unit-test/vendor/ceedling/lib/ceedling/streaminator_helper.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/streaminator_helper.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/streaminator_helper.rb diff --git a/test/vendor/ceedling/lib/ceedling/system_utils.rb b/test/unit-test/vendor/ceedling/lib/ceedling/system_utils.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/system_utils.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/system_utils.rb diff --git a/test/vendor/ceedling/lib/ceedling/system_wrapper.rb b/test/unit-test/vendor/ceedling/lib/ceedling/system_wrapper.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/system_wrapper.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/system_wrapper.rb diff --git a/test/vendor/ceedling/lib/ceedling/target_loader.rb b/test/unit-test/vendor/ceedling/lib/ceedling/target_loader.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/target_loader.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/target_loader.rb diff --git a/test/vendor/ceedling/lib/ceedling/task_invoker.rb b/test/unit-test/vendor/ceedling/lib/ceedling/task_invoker.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/task_invoker.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/task_invoker.rb diff --git a/test/vendor/ceedling/lib/ceedling/tasks_base.rake b/test/unit-test/vendor/ceedling/lib/ceedling/tasks_base.rake similarity index 100% rename from test/vendor/ceedling/lib/ceedling/tasks_base.rake rename to test/unit-test/vendor/ceedling/lib/ceedling/tasks_base.rake diff --git a/test/vendor/ceedling/lib/ceedling/tasks_filesystem.rake b/test/unit-test/vendor/ceedling/lib/ceedling/tasks_filesystem.rake similarity index 100% rename from test/vendor/ceedling/lib/ceedling/tasks_filesystem.rake rename to test/unit-test/vendor/ceedling/lib/ceedling/tasks_filesystem.rake diff --git a/test/vendor/ceedling/lib/ceedling/tasks_release.rake b/test/unit-test/vendor/ceedling/lib/ceedling/tasks_release.rake similarity index 100% rename from test/vendor/ceedling/lib/ceedling/tasks_release.rake rename to test/unit-test/vendor/ceedling/lib/ceedling/tasks_release.rake diff --git a/test/vendor/ceedling/lib/ceedling/tasks_release_deep_dependencies.rake b/test/unit-test/vendor/ceedling/lib/ceedling/tasks_release_deep_dependencies.rake similarity index 100% rename from test/vendor/ceedling/lib/ceedling/tasks_release_deep_dependencies.rake rename to test/unit-test/vendor/ceedling/lib/ceedling/tasks_release_deep_dependencies.rake diff --git a/test/vendor/ceedling/lib/ceedling/tasks_tests.rake b/test/unit-test/vendor/ceedling/lib/ceedling/tasks_tests.rake similarity index 100% rename from test/vendor/ceedling/lib/ceedling/tasks_tests.rake rename to test/unit-test/vendor/ceedling/lib/ceedling/tasks_tests.rake diff --git a/test/vendor/ceedling/lib/ceedling/tasks_tests_deep_dependencies.rake b/test/unit-test/vendor/ceedling/lib/ceedling/tasks_tests_deep_dependencies.rake similarity index 100% rename from test/vendor/ceedling/lib/ceedling/tasks_tests_deep_dependencies.rake rename to test/unit-test/vendor/ceedling/lib/ceedling/tasks_tests_deep_dependencies.rake diff --git a/test/vendor/ceedling/lib/ceedling/tasks_vendor.rake b/test/unit-test/vendor/ceedling/lib/ceedling/tasks_vendor.rake similarity index 100% rename from test/vendor/ceedling/lib/ceedling/tasks_vendor.rake rename to test/unit-test/vendor/ceedling/lib/ceedling/tasks_vendor.rake diff --git a/test/vendor/ceedling/lib/ceedling/test_includes_extractor.rb b/test/unit-test/vendor/ceedling/lib/ceedling/test_includes_extractor.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/test_includes_extractor.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/test_includes_extractor.rb diff --git a/test/vendor/ceedling/lib/ceedling/test_invoker.rb b/test/unit-test/vendor/ceedling/lib/ceedling/test_invoker.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/test_invoker.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/test_invoker.rb diff --git a/test/vendor/ceedling/lib/ceedling/test_invoker_helper.rb b/test/unit-test/vendor/ceedling/lib/ceedling/test_invoker_helper.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/test_invoker_helper.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/test_invoker_helper.rb diff --git a/test/vendor/ceedling/lib/ceedling/tool_executor.rb b/test/unit-test/vendor/ceedling/lib/ceedling/tool_executor.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/tool_executor.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/tool_executor.rb diff --git a/test/vendor/ceedling/lib/ceedling/tool_executor_helper.rb b/test/unit-test/vendor/ceedling/lib/ceedling/tool_executor_helper.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/tool_executor_helper.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/tool_executor_helper.rb diff --git a/test/vendor/ceedling/lib/ceedling/verbosinator.rb b/test/unit-test/vendor/ceedling/lib/ceedling/verbosinator.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/verbosinator.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/verbosinator.rb diff --git a/test/vendor/ceedling/lib/ceedling/version.rb b/test/unit-test/vendor/ceedling/lib/ceedling/version.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/version.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/version.rb diff --git a/test/vendor/ceedling/lib/ceedling/yaml_wrapper.rb b/test/unit-test/vendor/ceedling/lib/ceedling/yaml_wrapper.rb similarity index 100% rename from test/vendor/ceedling/lib/ceedling/yaml_wrapper.rb rename to test/unit-test/vendor/ceedling/lib/ceedling/yaml_wrapper.rb diff --git a/test/vendor/ceedling/plugins/beep/README.md b/test/unit-test/vendor/ceedling/plugins/beep/README.md similarity index 100% rename from test/vendor/ceedling/plugins/beep/README.md rename to test/unit-test/vendor/ceedling/plugins/beep/README.md diff --git a/test/vendor/ceedling/plugins/beep/lib/beep.rb b/test/unit-test/vendor/ceedling/plugins/beep/lib/beep.rb similarity index 100% rename from test/vendor/ceedling/plugins/beep/lib/beep.rb rename to test/unit-test/vendor/ceedling/plugins/beep/lib/beep.rb diff --git a/test/vendor/ceedling/plugins/bullseye/README.md b/test/unit-test/vendor/ceedling/plugins/bullseye/README.md similarity index 100% rename from test/vendor/ceedling/plugins/bullseye/README.md rename to test/unit-test/vendor/ceedling/plugins/bullseye/README.md diff --git a/test/vendor/ceedling/plugins/bullseye/assets/template.erb b/test/unit-test/vendor/ceedling/plugins/bullseye/assets/template.erb similarity index 100% rename from test/vendor/ceedling/plugins/bullseye/assets/template.erb rename to test/unit-test/vendor/ceedling/plugins/bullseye/assets/template.erb diff --git a/test/vendor/ceedling/plugins/bullseye/bullseye.rake b/test/unit-test/vendor/ceedling/plugins/bullseye/bullseye.rake similarity index 100% rename from test/vendor/ceedling/plugins/bullseye/bullseye.rake rename to test/unit-test/vendor/ceedling/plugins/bullseye/bullseye.rake diff --git a/test/vendor/ceedling/plugins/bullseye/config/defaults.yml b/test/unit-test/vendor/ceedling/plugins/bullseye/config/defaults.yml similarity index 100% rename from test/vendor/ceedling/plugins/bullseye/config/defaults.yml rename to test/unit-test/vendor/ceedling/plugins/bullseye/config/defaults.yml diff --git a/test/vendor/ceedling/plugins/bullseye/lib/bullseye.rb b/test/unit-test/vendor/ceedling/plugins/bullseye/lib/bullseye.rb similarity index 100% rename from test/vendor/ceedling/plugins/bullseye/lib/bullseye.rb rename to test/unit-test/vendor/ceedling/plugins/bullseye/lib/bullseye.rb diff --git a/test/vendor/ceedling/plugins/colour_report/README.md b/test/unit-test/vendor/ceedling/plugins/colour_report/README.md similarity index 100% rename from test/vendor/ceedling/plugins/colour_report/README.md rename to test/unit-test/vendor/ceedling/plugins/colour_report/README.md diff --git a/test/vendor/ceedling/plugins/colour_report/lib/colour_report.rb b/test/unit-test/vendor/ceedling/plugins/colour_report/lib/colour_report.rb similarity index 100% rename from test/vendor/ceedling/plugins/colour_report/lib/colour_report.rb rename to test/unit-test/vendor/ceedling/plugins/colour_report/lib/colour_report.rb diff --git a/test/vendor/ceedling/plugins/command_hooks/README.md b/test/unit-test/vendor/ceedling/plugins/command_hooks/README.md similarity index 100% rename from test/vendor/ceedling/plugins/command_hooks/README.md rename to test/unit-test/vendor/ceedling/plugins/command_hooks/README.md diff --git a/test/vendor/ceedling/plugins/command_hooks/lib/command_hooks.rb b/test/unit-test/vendor/ceedling/plugins/command_hooks/lib/command_hooks.rb similarity index 100% rename from test/vendor/ceedling/plugins/command_hooks/lib/command_hooks.rb rename to test/unit-test/vendor/ceedling/plugins/command_hooks/lib/command_hooks.rb diff --git a/test/vendor/ceedling/plugins/compile_commands_json/README.md b/test/unit-test/vendor/ceedling/plugins/compile_commands_json/README.md similarity index 100% rename from test/vendor/ceedling/plugins/compile_commands_json/README.md rename to test/unit-test/vendor/ceedling/plugins/compile_commands_json/README.md diff --git a/test/vendor/ceedling/plugins/compile_commands_json/lib/compile_commands_json.rb b/test/unit-test/vendor/ceedling/plugins/compile_commands_json/lib/compile_commands_json.rb similarity index 100% rename from test/vendor/ceedling/plugins/compile_commands_json/lib/compile_commands_json.rb rename to test/unit-test/vendor/ceedling/plugins/compile_commands_json/lib/compile_commands_json.rb diff --git a/test/vendor/ceedling/plugins/dependencies/README.md b/test/unit-test/vendor/ceedling/plugins/dependencies/README.md similarity index 100% rename from test/vendor/ceedling/plugins/dependencies/README.md rename to test/unit-test/vendor/ceedling/plugins/dependencies/README.md diff --git a/test/vendor/ceedling/plugins/dependencies/config/defaults.yml b/test/unit-test/vendor/ceedling/plugins/dependencies/config/defaults.yml similarity index 100% rename from test/vendor/ceedling/plugins/dependencies/config/defaults.yml rename to test/unit-test/vendor/ceedling/plugins/dependencies/config/defaults.yml diff --git a/test/vendor/ceedling/plugins/dependencies/dependencies.rake b/test/unit-test/vendor/ceedling/plugins/dependencies/dependencies.rake similarity index 100% rename from test/vendor/ceedling/plugins/dependencies/dependencies.rake rename to test/unit-test/vendor/ceedling/plugins/dependencies/dependencies.rake diff --git a/test/vendor/ceedling/plugins/dependencies/lib/dependencies.rb b/test/unit-test/vendor/ceedling/plugins/dependencies/lib/dependencies.rb similarity index 100% rename from test/vendor/ceedling/plugins/dependencies/lib/dependencies.rb rename to test/unit-test/vendor/ceedling/plugins/dependencies/lib/dependencies.rb diff --git a/test/vendor/ceedling/plugins/fake_function_framework/README.md b/test/unit-test/vendor/ceedling/plugins/fake_function_framework/README.md similarity index 100% rename from test/vendor/ceedling/plugins/fake_function_framework/README.md rename to test/unit-test/vendor/ceedling/plugins/fake_function_framework/README.md diff --git a/test/vendor/ceedling/plugins/fake_function_framework/Rakefile b/test/unit-test/vendor/ceedling/plugins/fake_function_framework/Rakefile similarity index 100% rename from test/vendor/ceedling/plugins/fake_function_framework/Rakefile rename to test/unit-test/vendor/ceedling/plugins/fake_function_framework/Rakefile diff --git a/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/project.yml b/test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/project.yml similarity index 100% rename from test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/project.yml rename to test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/project.yml diff --git a/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/rakefile.rb b/test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/rakefile.rb similarity index 100% rename from test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/rakefile.rb rename to test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/rakefile.rb diff --git a/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/bar.c b/test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/bar.c similarity index 100% rename from test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/bar.c rename to test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/bar.c diff --git a/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/bar.h b/test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/bar.h similarity index 100% rename from test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/bar.h rename to test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/bar.h diff --git a/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/custom_types.h b/test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/custom_types.h similarity index 100% rename from test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/custom_types.h rename to test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/custom_types.h diff --git a/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/display.c b/test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/display.c similarity index 100% rename from test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/display.c rename to test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/display.c diff --git a/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/display.h b/test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/display.h similarity index 100% rename from test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/display.h rename to test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/display.h diff --git a/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/event_processor.c b/test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/event_processor.c similarity index 100% rename from test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/event_processor.c rename to test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/event_processor.c diff --git a/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/event_processor.h b/test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/event_processor.h similarity index 100% rename from test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/event_processor.h rename to test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/event_processor.h diff --git a/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/foo.c b/test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/foo.c similarity index 100% rename from test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/foo.c rename to test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/foo.c diff --git a/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/foo.h b/test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/foo.h similarity index 100% rename from test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/foo.h rename to test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/foo.h diff --git a/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/subfolder/zzz.c b/test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/subfolder/zzz.c similarity index 100% rename from test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/subfolder/zzz.c rename to test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/subfolder/zzz.c diff --git a/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/subfolder/zzz.h b/test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/subfolder/zzz.h similarity index 100% rename from test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/subfolder/zzz.h rename to test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/subfolder/zzz.h diff --git a/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/test/test_event_processor.c b/test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/test/test_event_processor.c similarity index 100% rename from test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/test/test_event_processor.c rename to test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/test/test_event_processor.c diff --git a/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/test/test_foo.c b/test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/test/test_foo.c similarity index 100% rename from test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/test/test_foo.c rename to test/unit-test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/test/test_foo.c diff --git a/test/vendor/ceedling/plugins/fake_function_framework/lib/fake_function_framework.rb b/test/unit-test/vendor/ceedling/plugins/fake_function_framework/lib/fake_function_framework.rb similarity index 100% rename from test/vendor/ceedling/plugins/fake_function_framework/lib/fake_function_framework.rb rename to test/unit-test/vendor/ceedling/plugins/fake_function_framework/lib/fake_function_framework.rb diff --git a/test/vendor/ceedling/plugins/fake_function_framework/lib/fff_mock_generator.rb b/test/unit-test/vendor/ceedling/plugins/fake_function_framework/lib/fff_mock_generator.rb similarity index 100% rename from test/vendor/ceedling/plugins/fake_function_framework/lib/fff_mock_generator.rb rename to test/unit-test/vendor/ceedling/plugins/fake_function_framework/lib/fff_mock_generator.rb diff --git a/test/vendor/ceedling/plugins/fake_function_framework/spec/fff_mock_header_generator_spec.rb b/test/unit-test/vendor/ceedling/plugins/fake_function_framework/spec/fff_mock_header_generator_spec.rb similarity index 100% rename from test/vendor/ceedling/plugins/fake_function_framework/spec/fff_mock_header_generator_spec.rb rename to test/unit-test/vendor/ceedling/plugins/fake_function_framework/spec/fff_mock_header_generator_spec.rb diff --git a/test/vendor/ceedling/plugins/fake_function_framework/spec/fff_mock_source_generator_spec.rb b/test/unit-test/vendor/ceedling/plugins/fake_function_framework/spec/fff_mock_source_generator_spec.rb similarity index 100% rename from test/vendor/ceedling/plugins/fake_function_framework/spec/fff_mock_source_generator_spec.rb rename to test/unit-test/vendor/ceedling/plugins/fake_function_framework/spec/fff_mock_source_generator_spec.rb diff --git a/test/vendor/ceedling/plugins/fake_function_framework/spec/header_generator.rb b/test/unit-test/vendor/ceedling/plugins/fake_function_framework/spec/header_generator.rb similarity index 100% rename from test/vendor/ceedling/plugins/fake_function_framework/spec/header_generator.rb rename to test/unit-test/vendor/ceedling/plugins/fake_function_framework/spec/header_generator.rb diff --git a/test/vendor/ceedling/plugins/fake_function_framework/spec/spec_helper.rb b/test/unit-test/vendor/ceedling/plugins/fake_function_framework/spec/spec_helper.rb similarity index 100% rename from test/vendor/ceedling/plugins/fake_function_framework/spec/spec_helper.rb rename to test/unit-test/vendor/ceedling/plugins/fake_function_framework/spec/spec_helper.rb diff --git a/test/vendor/ceedling/plugins/fake_function_framework/src/fff_unity_helper.h b/test/unit-test/vendor/ceedling/plugins/fake_function_framework/src/fff_unity_helper.h similarity index 100% rename from test/vendor/ceedling/plugins/fake_function_framework/src/fff_unity_helper.h rename to test/unit-test/vendor/ceedling/plugins/fake_function_framework/src/fff_unity_helper.h diff --git a/test/vendor/ceedling/plugins/gcov/README.md b/test/unit-test/vendor/ceedling/plugins/gcov/README.md similarity index 100% rename from test/vendor/ceedling/plugins/gcov/README.md rename to test/unit-test/vendor/ceedling/plugins/gcov/README.md diff --git a/test/vendor/ceedling/plugins/gcov/assets/template.erb b/test/unit-test/vendor/ceedling/plugins/gcov/assets/template.erb similarity index 100% rename from test/vendor/ceedling/plugins/gcov/assets/template.erb rename to test/unit-test/vendor/ceedling/plugins/gcov/assets/template.erb diff --git a/test/vendor/ceedling/plugins/gcov/config/defaults_gcov.rb b/test/unit-test/vendor/ceedling/plugins/gcov/config/defaults_gcov.rb similarity index 100% rename from test/vendor/ceedling/plugins/gcov/config/defaults_gcov.rb rename to test/unit-test/vendor/ceedling/plugins/gcov/config/defaults_gcov.rb diff --git a/test/vendor/ceedling/plugins/gcov/gcov.rake b/test/unit-test/vendor/ceedling/plugins/gcov/gcov.rake similarity index 100% rename from test/vendor/ceedling/plugins/gcov/gcov.rake rename to test/unit-test/vendor/ceedling/plugins/gcov/gcov.rake diff --git a/test/vendor/ceedling/plugins/gcov/lib/gcov.rb b/test/unit-test/vendor/ceedling/plugins/gcov/lib/gcov.rb similarity index 100% rename from test/vendor/ceedling/plugins/gcov/lib/gcov.rb rename to test/unit-test/vendor/ceedling/plugins/gcov/lib/gcov.rb diff --git a/test/vendor/ceedling/plugins/gcov/lib/gcov_constants.rb b/test/unit-test/vendor/ceedling/plugins/gcov/lib/gcov_constants.rb similarity index 100% rename from test/vendor/ceedling/plugins/gcov/lib/gcov_constants.rb rename to test/unit-test/vendor/ceedling/plugins/gcov/lib/gcov_constants.rb diff --git a/test/vendor/ceedling/plugins/gcov/lib/gcovr_reportinator.rb b/test/unit-test/vendor/ceedling/plugins/gcov/lib/gcovr_reportinator.rb similarity index 100% rename from test/vendor/ceedling/plugins/gcov/lib/gcovr_reportinator.rb rename to test/unit-test/vendor/ceedling/plugins/gcov/lib/gcovr_reportinator.rb diff --git a/test/vendor/ceedling/plugins/gcov/lib/reportgenerator_reportinator.rb b/test/unit-test/vendor/ceedling/plugins/gcov/lib/reportgenerator_reportinator.rb similarity index 100% rename from test/vendor/ceedling/plugins/gcov/lib/reportgenerator_reportinator.rb rename to test/unit-test/vendor/ceedling/plugins/gcov/lib/reportgenerator_reportinator.rb diff --git a/test/vendor/ceedling/plugins/gcov/lib/reportinator_helper.rb b/test/unit-test/vendor/ceedling/plugins/gcov/lib/reportinator_helper.rb similarity index 100% rename from test/vendor/ceedling/plugins/gcov/lib/reportinator_helper.rb rename to test/unit-test/vendor/ceedling/plugins/gcov/lib/reportinator_helper.rb diff --git a/test/vendor/ceedling/plugins/json_tests_report/README.md b/test/unit-test/vendor/ceedling/plugins/json_tests_report/README.md similarity index 100% rename from test/vendor/ceedling/plugins/json_tests_report/README.md rename to test/unit-test/vendor/ceedling/plugins/json_tests_report/README.md diff --git a/test/vendor/ceedling/plugins/json_tests_report/lib/json_tests_report.rb b/test/unit-test/vendor/ceedling/plugins/json_tests_report/lib/json_tests_report.rb similarity index 100% rename from test/vendor/ceedling/plugins/json_tests_report/lib/json_tests_report.rb rename to test/unit-test/vendor/ceedling/plugins/json_tests_report/lib/json_tests_report.rb diff --git a/test/vendor/ceedling/plugins/junit_tests_report/README.md b/test/unit-test/vendor/ceedling/plugins/junit_tests_report/README.md similarity index 100% rename from test/vendor/ceedling/plugins/junit_tests_report/README.md rename to test/unit-test/vendor/ceedling/plugins/junit_tests_report/README.md diff --git a/test/vendor/ceedling/plugins/junit_tests_report/lib/junit_tests_report.rb b/test/unit-test/vendor/ceedling/plugins/junit_tests_report/lib/junit_tests_report.rb similarity index 100% rename from test/vendor/ceedling/plugins/junit_tests_report/lib/junit_tests_report.rb rename to test/unit-test/vendor/ceedling/plugins/junit_tests_report/lib/junit_tests_report.rb diff --git a/test/vendor/ceedling/plugins/module_generator/README.md b/test/unit-test/vendor/ceedling/plugins/module_generator/README.md similarity index 100% rename from test/vendor/ceedling/plugins/module_generator/README.md rename to test/unit-test/vendor/ceedling/plugins/module_generator/README.md diff --git a/test/vendor/ceedling/plugins/module_generator/config/module_generator.yml b/test/unit-test/vendor/ceedling/plugins/module_generator/config/module_generator.yml similarity index 100% rename from test/vendor/ceedling/plugins/module_generator/config/module_generator.yml rename to test/unit-test/vendor/ceedling/plugins/module_generator/config/module_generator.yml diff --git a/test/vendor/ceedling/plugins/module_generator/lib/module_generator.rb b/test/unit-test/vendor/ceedling/plugins/module_generator/lib/module_generator.rb similarity index 100% rename from test/vendor/ceedling/plugins/module_generator/lib/module_generator.rb rename to test/unit-test/vendor/ceedling/plugins/module_generator/lib/module_generator.rb diff --git a/test/vendor/ceedling/plugins/module_generator/module_generator.rake b/test/unit-test/vendor/ceedling/plugins/module_generator/module_generator.rake similarity index 100% rename from test/vendor/ceedling/plugins/module_generator/module_generator.rake rename to test/unit-test/vendor/ceedling/plugins/module_generator/module_generator.rake diff --git a/test/vendor/ceedling/plugins/raw_output_report/README.md b/test/unit-test/vendor/ceedling/plugins/raw_output_report/README.md similarity index 100% rename from test/vendor/ceedling/plugins/raw_output_report/README.md rename to test/unit-test/vendor/ceedling/plugins/raw_output_report/README.md diff --git a/test/vendor/ceedling/plugins/raw_output_report/lib/raw_output_report.rb b/test/unit-test/vendor/ceedling/plugins/raw_output_report/lib/raw_output_report.rb similarity index 100% rename from test/vendor/ceedling/plugins/raw_output_report/lib/raw_output_report.rb rename to test/unit-test/vendor/ceedling/plugins/raw_output_report/lib/raw_output_report.rb diff --git a/test/vendor/ceedling/plugins/stdout_gtestlike_tests_report/README.md b/test/unit-test/vendor/ceedling/plugins/stdout_gtestlike_tests_report/README.md similarity index 100% rename from test/vendor/ceedling/plugins/stdout_gtestlike_tests_report/README.md rename to test/unit-test/vendor/ceedling/plugins/stdout_gtestlike_tests_report/README.md diff --git a/test/vendor/ceedling/plugins/stdout_gtestlike_tests_report/assets/template.erb b/test/unit-test/vendor/ceedling/plugins/stdout_gtestlike_tests_report/assets/template.erb similarity index 100% rename from test/vendor/ceedling/plugins/stdout_gtestlike_tests_report/assets/template.erb rename to test/unit-test/vendor/ceedling/plugins/stdout_gtestlike_tests_report/assets/template.erb diff --git a/test/vendor/ceedling/plugins/stdout_gtestlike_tests_report/assets/template.erb copy b/test/unit-test/vendor/ceedling/plugins/stdout_gtestlike_tests_report/assets/template.erb copy similarity index 100% rename from test/vendor/ceedling/plugins/stdout_gtestlike_tests_report/assets/template.erb copy rename to test/unit-test/vendor/ceedling/plugins/stdout_gtestlike_tests_report/assets/template.erb copy diff --git a/test/vendor/ceedling/plugins/stdout_gtestlike_tests_report/config/stdout_gtestlike_tests_report.yml b/test/unit-test/vendor/ceedling/plugins/stdout_gtestlike_tests_report/config/stdout_gtestlike_tests_report.yml similarity index 100% rename from test/vendor/ceedling/plugins/stdout_gtestlike_tests_report/config/stdout_gtestlike_tests_report.yml rename to test/unit-test/vendor/ceedling/plugins/stdout_gtestlike_tests_report/config/stdout_gtestlike_tests_report.yml diff --git a/test/vendor/ceedling/plugins/stdout_gtestlike_tests_report/lib/stdout_gtestlike_tests_report.rb b/test/unit-test/vendor/ceedling/plugins/stdout_gtestlike_tests_report/lib/stdout_gtestlike_tests_report.rb similarity index 100% rename from test/vendor/ceedling/plugins/stdout_gtestlike_tests_report/lib/stdout_gtestlike_tests_report.rb rename to test/unit-test/vendor/ceedling/plugins/stdout_gtestlike_tests_report/lib/stdout_gtestlike_tests_report.rb diff --git a/test/vendor/ceedling/plugins/stdout_ide_tests_report/README.md b/test/unit-test/vendor/ceedling/plugins/stdout_ide_tests_report/README.md similarity index 100% rename from test/vendor/ceedling/plugins/stdout_ide_tests_report/README.md rename to test/unit-test/vendor/ceedling/plugins/stdout_ide_tests_report/README.md diff --git a/test/vendor/ceedling/plugins/stdout_ide_tests_report/config/stdout_ide_tests_report.yml b/test/unit-test/vendor/ceedling/plugins/stdout_ide_tests_report/config/stdout_ide_tests_report.yml similarity index 100% rename from test/vendor/ceedling/plugins/stdout_ide_tests_report/config/stdout_ide_tests_report.yml rename to test/unit-test/vendor/ceedling/plugins/stdout_ide_tests_report/config/stdout_ide_tests_report.yml diff --git a/test/vendor/ceedling/plugins/stdout_ide_tests_report/lib/stdout_ide_tests_report.rb b/test/unit-test/vendor/ceedling/plugins/stdout_ide_tests_report/lib/stdout_ide_tests_report.rb similarity index 100% rename from test/vendor/ceedling/plugins/stdout_ide_tests_report/lib/stdout_ide_tests_report.rb rename to test/unit-test/vendor/ceedling/plugins/stdout_ide_tests_report/lib/stdout_ide_tests_report.rb diff --git a/test/vendor/ceedling/plugins/stdout_pretty_tests_report/README.md b/test/unit-test/vendor/ceedling/plugins/stdout_pretty_tests_report/README.md similarity index 100% rename from test/vendor/ceedling/plugins/stdout_pretty_tests_report/README.md rename to test/unit-test/vendor/ceedling/plugins/stdout_pretty_tests_report/README.md diff --git a/test/vendor/ceedling/plugins/stdout_pretty_tests_report/assets/template.erb b/test/unit-test/vendor/ceedling/plugins/stdout_pretty_tests_report/assets/template.erb similarity index 100% rename from test/vendor/ceedling/plugins/stdout_pretty_tests_report/assets/template.erb rename to test/unit-test/vendor/ceedling/plugins/stdout_pretty_tests_report/assets/template.erb diff --git a/test/vendor/ceedling/plugins/stdout_pretty_tests_report/config/stdout_pretty_tests_report.yml b/test/unit-test/vendor/ceedling/plugins/stdout_pretty_tests_report/config/stdout_pretty_tests_report.yml similarity index 100% rename from test/vendor/ceedling/plugins/stdout_pretty_tests_report/config/stdout_pretty_tests_report.yml rename to test/unit-test/vendor/ceedling/plugins/stdout_pretty_tests_report/config/stdout_pretty_tests_report.yml diff --git a/test/vendor/ceedling/plugins/stdout_pretty_tests_report/lib/stdout_pretty_tests_report.rb b/test/unit-test/vendor/ceedling/plugins/stdout_pretty_tests_report/lib/stdout_pretty_tests_report.rb similarity index 100% rename from test/vendor/ceedling/plugins/stdout_pretty_tests_report/lib/stdout_pretty_tests_report.rb rename to test/unit-test/vendor/ceedling/plugins/stdout_pretty_tests_report/lib/stdout_pretty_tests_report.rb diff --git a/test/vendor/ceedling/plugins/subprojects/README.md b/test/unit-test/vendor/ceedling/plugins/subprojects/README.md similarity index 100% rename from test/vendor/ceedling/plugins/subprojects/README.md rename to test/unit-test/vendor/ceedling/plugins/subprojects/README.md diff --git a/test/vendor/ceedling/plugins/subprojects/config/defaults.yml b/test/unit-test/vendor/ceedling/plugins/subprojects/config/defaults.yml similarity index 100% rename from test/vendor/ceedling/plugins/subprojects/config/defaults.yml rename to test/unit-test/vendor/ceedling/plugins/subprojects/config/defaults.yml diff --git a/test/vendor/ceedling/plugins/subprojects/lib/subprojects.rb b/test/unit-test/vendor/ceedling/plugins/subprojects/lib/subprojects.rb similarity index 100% rename from test/vendor/ceedling/plugins/subprojects/lib/subprojects.rb rename to test/unit-test/vendor/ceedling/plugins/subprojects/lib/subprojects.rb diff --git a/test/vendor/ceedling/plugins/subprojects/subprojects.rake b/test/unit-test/vendor/ceedling/plugins/subprojects/subprojects.rake similarity index 100% rename from test/vendor/ceedling/plugins/subprojects/subprojects.rake rename to test/unit-test/vendor/ceedling/plugins/subprojects/subprojects.rake diff --git a/test/vendor/ceedling/plugins/teamcity_tests_report/README.md b/test/unit-test/vendor/ceedling/plugins/teamcity_tests_report/README.md similarity index 100% rename from test/vendor/ceedling/plugins/teamcity_tests_report/README.md rename to test/unit-test/vendor/ceedling/plugins/teamcity_tests_report/README.md diff --git a/test/vendor/ceedling/plugins/teamcity_tests_report/config/teamcity_tests_report.yml b/test/unit-test/vendor/ceedling/plugins/teamcity_tests_report/config/teamcity_tests_report.yml similarity index 100% rename from test/vendor/ceedling/plugins/teamcity_tests_report/config/teamcity_tests_report.yml rename to test/unit-test/vendor/ceedling/plugins/teamcity_tests_report/config/teamcity_tests_report.yml diff --git a/test/vendor/ceedling/plugins/teamcity_tests_report/lib/teamcity_tests_report.rb b/test/unit-test/vendor/ceedling/plugins/teamcity_tests_report/lib/teamcity_tests_report.rb similarity index 100% rename from test/vendor/ceedling/plugins/teamcity_tests_report/lib/teamcity_tests_report.rb rename to test/unit-test/vendor/ceedling/plugins/teamcity_tests_report/lib/teamcity_tests_report.rb diff --git a/test/vendor/ceedling/plugins/warnings_report/README.md b/test/unit-test/vendor/ceedling/plugins/warnings_report/README.md similarity index 100% rename from test/vendor/ceedling/plugins/warnings_report/README.md rename to test/unit-test/vendor/ceedling/plugins/warnings_report/README.md diff --git a/test/vendor/ceedling/plugins/warnings_report/lib/warnings_report.rb b/test/unit-test/vendor/ceedling/plugins/warnings_report/lib/warnings_report.rb similarity index 100% rename from test/vendor/ceedling/plugins/warnings_report/lib/warnings_report.rb rename to test/unit-test/vendor/ceedling/plugins/warnings_report/lib/warnings_report.rb diff --git a/test/vendor/ceedling/plugins/xml_tests_report/README.md b/test/unit-test/vendor/ceedling/plugins/xml_tests_report/README.md similarity index 100% rename from test/vendor/ceedling/plugins/xml_tests_report/README.md rename to test/unit-test/vendor/ceedling/plugins/xml_tests_report/README.md diff --git a/test/vendor/ceedling/plugins/xml_tests_report/lib/xml_tests_report.rb b/test/unit-test/vendor/ceedling/plugins/xml_tests_report/lib/xml_tests_report.rb similarity index 100% rename from test/vendor/ceedling/plugins/xml_tests_report/lib/xml_tests_report.rb rename to test/unit-test/vendor/ceedling/plugins/xml_tests_report/lib/xml_tests_report.rb diff --git a/test/vendor/ceedling/vendor/c_exception/lib/CException.c b/test/unit-test/vendor/ceedling/vendor/c_exception/lib/CException.c similarity index 100% rename from test/vendor/ceedling/vendor/c_exception/lib/CException.c rename to test/unit-test/vendor/ceedling/vendor/c_exception/lib/CException.c diff --git a/test/vendor/ceedling/vendor/c_exception/lib/CException.h b/test/unit-test/vendor/ceedling/vendor/c_exception/lib/CException.h similarity index 100% rename from test/vendor/ceedling/vendor/c_exception/lib/CException.h rename to test/unit-test/vendor/ceedling/vendor/c_exception/lib/CException.h diff --git a/test/vendor/ceedling/vendor/c_exception/lib/meson.build b/test/unit-test/vendor/ceedling/vendor/c_exception/lib/meson.build similarity index 100% rename from test/vendor/ceedling/vendor/c_exception/lib/meson.build rename to test/unit-test/vendor/ceedling/vendor/c_exception/lib/meson.build diff --git a/test/vendor/ceedling/vendor/cmock/config/production_environment.rb b/test/unit-test/vendor/ceedling/vendor/cmock/config/production_environment.rb similarity index 100% rename from test/vendor/ceedling/vendor/cmock/config/production_environment.rb rename to test/unit-test/vendor/ceedling/vendor/cmock/config/production_environment.rb diff --git a/test/vendor/ceedling/vendor/cmock/config/test_environment.rb b/test/unit-test/vendor/ceedling/vendor/cmock/config/test_environment.rb similarity index 100% rename from test/vendor/ceedling/vendor/cmock/config/test_environment.rb rename to test/unit-test/vendor/ceedling/vendor/cmock/config/test_environment.rb diff --git a/test/vendor/ceedling/vendor/cmock/lib/cmock.rb b/test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock.rb similarity index 100% rename from test/vendor/ceedling/vendor/cmock/lib/cmock.rb rename to test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock.rb diff --git a/test/vendor/ceedling/vendor/cmock/lib/cmock_config.rb b/test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_config.rb similarity index 100% rename from test/vendor/ceedling/vendor/cmock/lib/cmock_config.rb rename to test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_config.rb diff --git a/test/vendor/ceedling/vendor/cmock/lib/cmock_file_writer.rb b/test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_file_writer.rb similarity index 100% rename from test/vendor/ceedling/vendor/cmock/lib/cmock_file_writer.rb rename to test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_file_writer.rb diff --git a/test/vendor/ceedling/vendor/cmock/lib/cmock_generator.rb b/test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_generator.rb similarity index 100% rename from test/vendor/ceedling/vendor/cmock/lib/cmock_generator.rb rename to test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_generator.rb diff --git a/test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_array.rb b/test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_array.rb similarity index 100% rename from test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_array.rb rename to test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_array.rb diff --git a/test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_callback.rb b/test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_callback.rb similarity index 100% rename from test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_callback.rb rename to test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_callback.rb diff --git a/test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_cexception.rb b/test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_cexception.rb similarity index 100% rename from test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_cexception.rb rename to test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_cexception.rb diff --git a/test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_expect.rb b/test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_expect.rb similarity index 100% rename from test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_expect.rb rename to test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_expect.rb diff --git a/test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_expect_any_args.rb b/test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_expect_any_args.rb similarity index 100% rename from test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_expect_any_args.rb rename to test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_expect_any_args.rb diff --git a/test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_ignore.rb b/test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_ignore.rb similarity index 100% rename from test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_ignore.rb rename to test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_ignore.rb diff --git a/test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_ignore_arg.rb b/test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_ignore_arg.rb similarity index 100% rename from test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_ignore_arg.rb rename to test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_ignore_arg.rb diff --git a/test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_ignore_stateless.rb b/test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_ignore_stateless.rb similarity index 100% rename from test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_ignore_stateless.rb rename to test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_ignore_stateless.rb diff --git a/test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_return_thru_ptr.rb b/test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_return_thru_ptr.rb similarity index 100% rename from test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_return_thru_ptr.rb rename to test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_return_thru_ptr.rb diff --git a/test/vendor/ceedling/vendor/cmock/lib/cmock_generator_utils.rb b/test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_generator_utils.rb similarity index 100% rename from test/vendor/ceedling/vendor/cmock/lib/cmock_generator_utils.rb rename to test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_generator_utils.rb diff --git a/test/vendor/ceedling/vendor/cmock/lib/cmock_header_parser.rb b/test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_header_parser.rb similarity index 100% rename from test/vendor/ceedling/vendor/cmock/lib/cmock_header_parser.rb rename to test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_header_parser.rb diff --git a/test/vendor/ceedling/vendor/cmock/lib/cmock_plugin_manager.rb b/test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_plugin_manager.rb similarity index 100% rename from test/vendor/ceedling/vendor/cmock/lib/cmock_plugin_manager.rb rename to test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_plugin_manager.rb diff --git a/test/vendor/ceedling/vendor/cmock/lib/cmock_unityhelper_parser.rb b/test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_unityhelper_parser.rb similarity index 100% rename from test/vendor/ceedling/vendor/cmock/lib/cmock_unityhelper_parser.rb rename to test/unit-test/vendor/ceedling/vendor/cmock/lib/cmock_unityhelper_parser.rb diff --git a/test/vendor/ceedling/vendor/cmock/src/cmock.c b/test/unit-test/vendor/ceedling/vendor/cmock/src/cmock.c similarity index 100% rename from test/vendor/ceedling/vendor/cmock/src/cmock.c rename to test/unit-test/vendor/ceedling/vendor/cmock/src/cmock.c diff --git a/test/vendor/ceedling/vendor/cmock/src/cmock.h b/test/unit-test/vendor/ceedling/vendor/cmock/src/cmock.h similarity index 100% rename from test/vendor/ceedling/vendor/cmock/src/cmock.h rename to test/unit-test/vendor/ceedling/vendor/cmock/src/cmock.h diff --git a/test/vendor/ceedling/vendor/cmock/src/cmock_internals.h b/test/unit-test/vendor/ceedling/vendor/cmock/src/cmock_internals.h similarity index 100% rename from test/vendor/ceedling/vendor/cmock/src/cmock_internals.h rename to test/unit-test/vendor/ceedling/vendor/cmock/src/cmock_internals.h diff --git a/test/vendor/ceedling/vendor/cmock/src/meson.build b/test/unit-test/vendor/ceedling/vendor/cmock/src/meson.build similarity index 100% rename from test/vendor/ceedling/vendor/cmock/src/meson.build rename to test/unit-test/vendor/ceedling/vendor/cmock/src/meson.build diff --git a/test/vendor/ceedling/vendor/diy/lib/diy.rb b/test/unit-test/vendor/ceedling/vendor/diy/lib/diy.rb similarity index 100% rename from test/vendor/ceedling/vendor/diy/lib/diy.rb rename to test/unit-test/vendor/ceedling/vendor/diy/lib/diy.rb diff --git a/test/vendor/ceedling/vendor/diy/lib/diy/factory.rb b/test/unit-test/vendor/ceedling/vendor/diy/lib/diy/factory.rb similarity index 100% rename from test/vendor/ceedling/vendor/diy/lib/diy/factory.rb rename to test/unit-test/vendor/ceedling/vendor/diy/lib/diy/factory.rb diff --git a/test/vendor/ceedling/vendor/unity/auto/colour_prompt.rb b/test/unit-test/vendor/ceedling/vendor/unity/auto/colour_prompt.rb similarity index 100% rename from test/vendor/ceedling/vendor/unity/auto/colour_prompt.rb rename to test/unit-test/vendor/ceedling/vendor/unity/auto/colour_prompt.rb diff --git a/test/vendor/ceedling/vendor/unity/auto/colour_reporter.rb b/test/unit-test/vendor/ceedling/vendor/unity/auto/colour_reporter.rb similarity index 100% rename from test/vendor/ceedling/vendor/unity/auto/colour_reporter.rb rename to test/unit-test/vendor/ceedling/vendor/unity/auto/colour_reporter.rb diff --git a/test/vendor/ceedling/vendor/unity/auto/generate_config.yml b/test/unit-test/vendor/ceedling/vendor/unity/auto/generate_config.yml similarity index 100% rename from test/vendor/ceedling/vendor/unity/auto/generate_config.yml rename to test/unit-test/vendor/ceedling/vendor/unity/auto/generate_config.yml diff --git a/test/vendor/ceedling/vendor/unity/auto/generate_module.rb b/test/unit-test/vendor/ceedling/vendor/unity/auto/generate_module.rb similarity index 100% rename from test/vendor/ceedling/vendor/unity/auto/generate_module.rb rename to test/unit-test/vendor/ceedling/vendor/unity/auto/generate_module.rb diff --git a/test/vendor/ceedling/vendor/unity/auto/generate_test_runner.rb b/test/unit-test/vendor/ceedling/vendor/unity/auto/generate_test_runner.rb similarity index 100% rename from test/vendor/ceedling/vendor/unity/auto/generate_test_runner.rb rename to test/unit-test/vendor/ceedling/vendor/unity/auto/generate_test_runner.rb diff --git a/test/vendor/ceedling/vendor/unity/auto/parse_output.rb b/test/unit-test/vendor/ceedling/vendor/unity/auto/parse_output.rb similarity index 100% rename from test/vendor/ceedling/vendor/unity/auto/parse_output.rb rename to test/unit-test/vendor/ceedling/vendor/unity/auto/parse_output.rb diff --git a/test/vendor/ceedling/vendor/unity/auto/run_test.erb b/test/unit-test/vendor/ceedling/vendor/unity/auto/run_test.erb similarity index 100% rename from test/vendor/ceedling/vendor/unity/auto/run_test.erb rename to test/unit-test/vendor/ceedling/vendor/unity/auto/run_test.erb diff --git a/test/vendor/ceedling/vendor/unity/auto/stylize_as_junit.rb b/test/unit-test/vendor/ceedling/vendor/unity/auto/stylize_as_junit.rb similarity index 100% rename from test/vendor/ceedling/vendor/unity/auto/stylize_as_junit.rb rename to test/unit-test/vendor/ceedling/vendor/unity/auto/stylize_as_junit.rb diff --git a/test/vendor/ceedling/vendor/unity/auto/test_file_filter.rb b/test/unit-test/vendor/ceedling/vendor/unity/auto/test_file_filter.rb similarity index 100% rename from test/vendor/ceedling/vendor/unity/auto/test_file_filter.rb rename to test/unit-test/vendor/ceedling/vendor/unity/auto/test_file_filter.rb diff --git a/test/vendor/ceedling/vendor/unity/auto/type_sanitizer.rb b/test/unit-test/vendor/ceedling/vendor/unity/auto/type_sanitizer.rb similarity index 100% rename from test/vendor/ceedling/vendor/unity/auto/type_sanitizer.rb rename to test/unit-test/vendor/ceedling/vendor/unity/auto/type_sanitizer.rb diff --git a/test/vendor/ceedling/vendor/unity/auto/unity_test_summary.py b/test/unit-test/vendor/ceedling/vendor/unity/auto/unity_test_summary.py similarity index 100% rename from test/vendor/ceedling/vendor/unity/auto/unity_test_summary.py rename to test/unit-test/vendor/ceedling/vendor/unity/auto/unity_test_summary.py diff --git a/test/vendor/ceedling/vendor/unity/auto/unity_test_summary.rb b/test/unit-test/vendor/ceedling/vendor/unity/auto/unity_test_summary.rb similarity index 100% rename from test/vendor/ceedling/vendor/unity/auto/unity_test_summary.rb rename to test/unit-test/vendor/ceedling/vendor/unity/auto/unity_test_summary.rb diff --git a/test/vendor/ceedling/vendor/unity/auto/unity_to_junit.py b/test/unit-test/vendor/ceedling/vendor/unity/auto/unity_to_junit.py similarity index 100% rename from test/vendor/ceedling/vendor/unity/auto/unity_to_junit.py rename to test/unit-test/vendor/ceedling/vendor/unity/auto/unity_to_junit.py diff --git a/test/vendor/ceedling/vendor/unity/src/meson.build b/test/unit-test/vendor/ceedling/vendor/unity/src/meson.build similarity index 100% rename from test/vendor/ceedling/vendor/unity/src/meson.build rename to test/unit-test/vendor/ceedling/vendor/unity/src/meson.build diff --git a/test/vendor/ceedling/vendor/unity/src/unity.c b/test/unit-test/vendor/ceedling/vendor/unity/src/unity.c similarity index 100% rename from test/vendor/ceedling/vendor/unity/src/unity.c rename to test/unit-test/vendor/ceedling/vendor/unity/src/unity.c diff --git a/test/vendor/ceedling/vendor/unity/src/unity.h b/test/unit-test/vendor/ceedling/vendor/unity/src/unity.h similarity index 100% rename from test/vendor/ceedling/vendor/unity/src/unity.h rename to test/unit-test/vendor/ceedling/vendor/unity/src/unity.h diff --git a/test/vendor/ceedling/vendor/unity/src/unity_internals.h b/test/unit-test/vendor/ceedling/vendor/unity/src/unity_internals.h similarity index 100% rename from test/vendor/ceedling/vendor/unity/src/unity_internals.h rename to test/unit-test/vendor/ceedling/vendor/unity/src/unity_internals.h