glx: Move tests from tests/glx to src/glx/tests
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 23 May 2012 22:23:22 +0000 (15:23 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 13 Jun 2012 18:50:24 +0000 (11:50 -0700)
commit2e8c866f104202a1c05a7036b44b0c8c434b9ef3
treef162bdfb6159a83d7f8efd0a156901e57aa996bb
parentf68ab0398bde5be6a6d4212bea23c9bbaa75d464
glx: Move tests from tests/glx to src/glx/tests

This matches the organization of other unit tests in Mesa.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
19 files changed:
Makefile.am
configure.ac
src/glx/Makefile.am
src/glx/tests/.gitignore [new file with mode: 0644]
src/glx/tests/Makefile.am [new file with mode: 0644]
src/glx/tests/clientinfo_unittest.cpp [new file with mode: 0644]
src/glx/tests/create_context_unittest.cpp [new file with mode: 0644]
src/glx/tests/fake_glx_screen.cpp [new file with mode: 0644]
src/glx/tests/fake_glx_screen.h [new file with mode: 0644]
src/glx/tests/mock_xdisplay.h [new file with mode: 0644]
tests/.gitignore [deleted file]
tests/Makefile.am [deleted file]
tests/glx/.gitignore [deleted file]
tests/glx/Makefile.am [deleted file]
tests/glx/clientinfo_unittest.cpp [deleted file]
tests/glx/create_context_unittest.cpp [deleted file]
tests/glx/fake_glx_screen.cpp [deleted file]
tests/glx/fake_glx_screen.h [deleted file]
tests/glx/mock_xdisplay.h [deleted file]