Move Viewport array tests from gl/ to common/
authorDaniel Koch <dkoch@nvidia.com>
Fri, 9 Dec 2016 22:23:12 +0000 (17:23 -0500)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Tue, 13 Dec 2016 16:14:24 +0000 (11:14 -0500)
commita2f6bab194c74ddec7ac0188e0e0e9d58c008874
tree0c6f56d21feaf93de0486816f7912bb5c43803f7
parent2369fdf19bb5216032638acfb7e2c57bd9073f2c
Move Viewport array tests from gl/ to common/

Move gl/gl4cViewportArrayTests.* to common/glcViewportArrayTests.*
Adjust relevant makefiles, namespaces, and include guards.
No other code changes were made.

Change-Id: I2d0245717cd2c507025ba256b48c7ad545e483f1
external/openglcts/modules/common/CMakeLists.txt
external/openglcts/modules/common/glcViewportArrayTests.cpp [moved from external/openglcts/modules/gl/gl4cViewportArrayTests.cpp with 99% similarity]
external/openglcts/modules/common/glcViewportArrayTests.hpp [moved from external/openglcts/modules/gl/gl4cViewportArrayTests.hpp with 99% similarity]
external/openglcts/modules/gl/CMakeLists.txt
external/openglcts/modules/gl/gl4cTestPackages.cpp