From db3dd13fb6203261e7460bc5f208f1f68b5f8839 Mon Sep 17 00:00:00 2001 From: Beman Date: Mon, 19 Jan 2015 14:09:21 -0500 Subject: [PATCH] Rename test/system directory to test/msvc --- test/{system => msvc}/common.props | 0 test/{system => msvc}/config_test/config_test.vcxproj | 0 test/{system => msvc}/error_code_test/error_code_test.vcxproj | 0 test/{system => msvc}/header_only_test/header_only_test.vcxproj | 0 test/{system => msvc}/system-dll/system-dll.vcxproj | 0 test/{system => msvc}/system.sln | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename test/{system => msvc}/common.props (100%) rename test/{system => msvc}/config_test/config_test.vcxproj (100%) rename test/{system => msvc}/error_code_test/error_code_test.vcxproj (100%) rename test/{system => msvc}/header_only_test/header_only_test.vcxproj (100%) rename test/{system => msvc}/system-dll/system-dll.vcxproj (100%) rename test/{system => msvc}/system.sln (100%) diff --git a/test/system/common.props b/test/msvc/common.props similarity index 100% rename from test/system/common.props rename to test/msvc/common.props diff --git a/test/system/config_test/config_test.vcxproj b/test/msvc/config_test/config_test.vcxproj similarity index 100% rename from test/system/config_test/config_test.vcxproj rename to test/msvc/config_test/config_test.vcxproj diff --git a/test/system/error_code_test/error_code_test.vcxproj b/test/msvc/error_code_test/error_code_test.vcxproj similarity index 100% rename from test/system/error_code_test/error_code_test.vcxproj rename to test/msvc/error_code_test/error_code_test.vcxproj diff --git a/test/system/header_only_test/header_only_test.vcxproj b/test/msvc/header_only_test/header_only_test.vcxproj similarity index 100% rename from test/system/header_only_test/header_only_test.vcxproj rename to test/msvc/header_only_test/header_only_test.vcxproj diff --git a/test/system/system-dll/system-dll.vcxproj b/test/msvc/system-dll/system-dll.vcxproj similarity index 100% rename from test/system/system-dll/system-dll.vcxproj rename to test/msvc/system-dll/system-dll.vcxproj diff --git a/test/system/system.sln b/test/msvc/system.sln similarity index 100% rename from test/system/system.sln rename to test/msvc/system.sln