~thumper/glint/simple-app

« back to all changes in this revision

Viewing changes to test/gtest/genv/glx/internal/GLXGEnv_test.cpp

  • Committer: Michi Henning
  • Date: 2012-12-11 05:05:01 UTC
  • Revision ID: michi.henning@canonical.com-20121211050501-bzt22r021la4knct
Added test to enforce that client API's use of GL or GLES headers matches the headers that were used to compile the glint library they link with.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
//         which #defines None. None is used by gtest.h too, and including in the opposite
21
21
//         order causes compile-time errors. See http://code.google.com/p/googletest/issues/detail?id=371
22
22
 
23
 
#include <gtest/gtest.h>   
 
23
#include <gtest/gtest.h>
24
24
 
25
25
#include <glint/genv/glx/internal/GLXGEnv.h>
26
26