Edit

kc3-lang/angle/src/tests/deqp_support/angle_deqp_tests_main.cpp

Branch :

  • Show log

    Commit

  • Author : Corentin Wallez
    Date : 2015-07-02 08:26:22
    Hash : ccda698b
    Message : Remove redundant chdir in angle_deqp_test_main Fixes the tests not running directly from the VS UI. BUG=angleproject:1051 Change-Id: Ia299d8e7ad676330902725c114e8f5766db49d82 Reviewed-on: https://chromium-review.googlesource.com/283158 Reviewed-by: Jamie Madill <jmadill@chromium.org> Tested-by: Corentin Wallez <cwallez@chromium.org>

  • src/tests/deqp_support/angle_deqp_tests_main.cpp
  • //
    // Copyright 2015 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.
    //
    
    // angle_deqp_tests_main.cpp: Entry point for ANGLE's dEQP tests.
    
    #include "angle_deqp_libtester.h"
    
    int main(int argc, const char *argv[])
    {
        return deqp_libtester_main(argc, argv);
    }