Hash :
ccda698b
Author :
Date :
2015-07-02T08:26:22
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>
//
// 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);
}