// // Copyright (c) 2014 The ANGLE Project Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // #include "gles_conformance_tests.h" #include "gtest/gtest.h" #include #include #include #include #include int main(int argc, char** argv) { testing::InitGoogleTest(&argc, argv); int rt = RUN_ALL_TESTS(); return rt; }