From 69af2d69e55c7b954f13019b628878651ad8a82f Mon Sep 17 00:00:00 2001 From: varon Date: Sun, 17 Jul 2016 21:37:25 +0200 Subject: [PATCH] Moved OpenTK.Tests to tests folder --- {Source => tests}/OpenTK.Tests/Matrix4Test.cs | 0 {Source => tests}/OpenTK.Tests/OpenTK.Tests.csproj | 0 {Source => tests}/OpenTK.Tests/Properties/AssemblyInfo.cs | 0 {Source => tests}/OpenTK.Tests/Vector3Tests.cs | 0 {Source => tests}/OpenTK.Tests/packages.config | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {Source => tests}/OpenTK.Tests/Matrix4Test.cs (100%) rename {Source => tests}/OpenTK.Tests/OpenTK.Tests.csproj (100%) rename {Source => tests}/OpenTK.Tests/Properties/AssemblyInfo.cs (100%) rename {Source => tests}/OpenTK.Tests/Vector3Tests.cs (100%) rename {Source => tests}/OpenTK.Tests/packages.config (100%) diff --git a/Source/OpenTK.Tests/Matrix4Test.cs b/tests/OpenTK.Tests/Matrix4Test.cs similarity index 100% rename from Source/OpenTK.Tests/Matrix4Test.cs rename to tests/OpenTK.Tests/Matrix4Test.cs diff --git a/Source/OpenTK.Tests/OpenTK.Tests.csproj b/tests/OpenTK.Tests/OpenTK.Tests.csproj similarity index 100% rename from Source/OpenTK.Tests/OpenTK.Tests.csproj rename to tests/OpenTK.Tests/OpenTK.Tests.csproj diff --git a/Source/OpenTK.Tests/Properties/AssemblyInfo.cs b/tests/OpenTK.Tests/Properties/AssemblyInfo.cs similarity index 100% rename from Source/OpenTK.Tests/Properties/AssemblyInfo.cs rename to tests/OpenTK.Tests/Properties/AssemblyInfo.cs diff --git a/Source/OpenTK.Tests/Vector3Tests.cs b/tests/OpenTK.Tests/Vector3Tests.cs similarity index 100% rename from Source/OpenTK.Tests/Vector3Tests.cs rename to tests/OpenTK.Tests/Vector3Tests.cs diff --git a/Source/OpenTK.Tests/packages.config b/tests/OpenTK.Tests/packages.config similarity index 100% rename from Source/OpenTK.Tests/packages.config rename to tests/OpenTK.Tests/packages.config