//
// 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);
}
