OSDN Git Service

Move GLES unit tests
authorAlexis Hetu <sugoi@google.com>
Wed, 17 Oct 2018 14:10:23 +0000 (10:10 -0400)
committerAlexis Hétu <sugoi@google.com>
Thu, 18 Oct 2018 14:49:17 +0000 (14:49 +0000)
commitd16a504189e25ddeca6c517dfd5948eb49764f39
tree4226cf1774c071611b91b60fbc7e6df6f1f90acd
parente70c3514e5a0019a94260557c0ace269321e9a02
Move GLES unit tests

GLES unit tests were in the generic "unittests" directory.
In order to avoid confusion with Vulkan unit tests, the
GLES unit tests directory was renamed to GLESUnitTests.

Change-Id: Idc40f63daddc6f822207fc4a75dd037a46ae22a6
Reviewed-on: https://swiftshader-review.googlesource.com/c/21628
Tested-by: Alexis Hétu <sugoi@google.com>
Reviewed-by: Nicolas Capens <nicolascapens@google.com>
12 files changed:
Android.mk
BUILD.gn
CMakeLists.txt
SwiftShader.sln
tests/GLESUnitTests/Android.mk [moved from tests/unittests/Android.mk with 100% similarity]
tests/GLESUnitTests/BUILD.gn [moved from tests/unittests/BUILD.gn with 100% similarity]
tests/GLESUnitTests/GLESUnitTests.vcxproj [moved from tests/unittests/GLESUnitTests.vcxproj with 95% similarity]
tests/GLESUnitTests/GLESUnitTests.vcxproj.filters [moved from tests/unittests/GLESUnitTests.vcxproj.filters with 100% similarity]
tests/GLESUnitTests/GLESUnitTests.vcxproj.user [moved from tests/unittests/GLESUnitTests.vcxproj.user with 100% similarity]
tests/GLESUnitTests/SwiftShaderTest.h [moved from tests/unittests/SwiftShaderTest.h with 100% similarity]
tests/GLESUnitTests/main.cpp [moved from tests/unittests/main.cpp with 100% similarity]
tests/GLESUnitTests/unittests.cpp [moved from tests/unittests/unittests.cpp with 100% similarity]