Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glx: Move tests from tests/glx to src/glx/tests | Ian Romanick | 2012-06-13 | 1 | -513/+0 |
| | | | | | | | This matches the organization of other unit tests in Mesa. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | tests/glx: Add unit tests for GLX_ARB_create_context GLX protocol | Ian Romanick | 2012-01-02 | 1 | -0/+513 |
This adds a new tests directory at the top-level and some extra build infrastructure. The tests use the Google C++ Testing Framework, and they will only be built if configure can detect its availability. The tests are automatically wired-in to run with 'make check'. Signed-off-by: Ian Romanick <[email protected]> Acked-by: Chad Versace <[email protected]> |