• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 //
2 // Copyright 2015 The ANGLE Project Authors. All rights reserved.
3 // Use of this source code is governed by a BSD-style license that can be
4 // found in the LICENSE file.
5 //
6 
7 // angle_deqp_tests_main.cpp: Entry point for ANGLE's dEQP tests.
8 
9 #include "angle_deqp_libtester.h"
10 
main(int argc,const char * argv[])11 int main(int argc, const char *argv[])
12 {
13     return deqp_libtester_main(argc, argv);
14 }
15