mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 05:06:29 +08:00
2f6d2b08aa
G-API: Removing G-API test code that is a reflection of ts module * gapi: don't hijack testing infrastructure * Removed initDataPath functionality (ts module exists) * Removed false for ocv_extra data from findDataFile Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
13 lines
318 B
C++
13 lines
318 B
C++
// This file is part of OpenCV project.
|
|
// It is subject to the license terms in the LICENSE file found in the top-level directory
|
|
// of this distribution and at http://opencv.org/license.html.
|
|
//
|
|
// Copyright (C) 2018 Intel Corporation
|
|
|
|
|
|
// FIXME: OpenCV license header
|
|
|
|
#include "test_precomp.hpp"
|
|
|
|
CV_TEST_MAIN("")
|