X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=apps%2Fgl%2FCMakeLists.txt;h=e5a78b5c672c1102913c5c1b73be586d05e50831;hb=e12f45aaeec0d26c470c1cce2bc30d664c56af1e;hp=18913dd74b3dbc738c767a66fb9333fb39c9d7ff;hpb=6dde1c49a726a38e86e61b1a85a1014954e79cad;p=apitrace-tests diff --git a/apps/gl/CMakeLists.txt b/apps/gl/CMakeLists.txt index 18913dd..e5a78b5 100644 --- a/apps/gl/CMakeLists.txt +++ b/apps/gl/CMakeLists.txt @@ -13,6 +13,12 @@ link_libraries ( set (api gl) +add_app_test ( + NAME "gl_default" + TARGET ${api}_tri + REF default.ref.txt +) + set (targets tri gremedy @@ -32,12 +38,6 @@ foreach (target ${targets}) endif () endforeach (target) -add_app_test ( - NAME "gl_default" - TARGET ${api}_tri - REF default.ref.txt -) - add_app_test ( NAME "gl_varray_drawarrays" TARGET ${api}_varray