~thumper/glint/simple-app

« back to all changes in this revision

Viewing changes to test/gtest/CMakeLists.txt

  • 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:
23
23
add_subdirectory(libgtest)
24
24
add_subdirectory(util)
25
25
add_subdirectory(genv)
 
26
add_subdirectory(Runtime)
26
27
 
27
28
set(TEST_SRC
28
29
  Color_test.cpp
33
34
  glint_test.cpp
34
35
  Point_test.cpp
35
36
  Program_test.cpp
36
 
  Runtime_test.cpp
37
37
  Shader_test.cpp
38
38
  Version_test.cpp
39
39
)