aboutsummaryrefslogtreecommitdiffstats
path: root/src/glx/tests/clientinfo_unittest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* glx: Don't enclose includes inside `extern "C" { }`.Jose Fonseca2016-04-261-2/+0
| | | | | | | | | Ran `make check` inside src/glx to verify everything compiles and links correctly. https://bugs.freedesktop.org/show_bug.cgi?id=95158 Reviewed-by: Brian Paul <[email protected]>
* glx/tests: Fix signed/unsigned comparison warnings.Paul Berry2012-06-201-20/+20
|
* glx: Move tests from tests/glx to src/glx/testsIan Romanick2012-06-131-0/+723
This matches the organization of other unit tests in Mesa. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Brian Paul <[email protected]>