From 113f866f4d0d60f11de0aa6cb19b5e20e64695d9 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Wed, 7 Aug 2019 18:17:07 +0200 Subject: Move re2 test to configure Change-Id: I76aa5c544a5930982e1d1b0ed28a75e88ec65e48 Reviewed-by: Allan Sandfeld Jensen --- config.tests/re2/re2.cpp | 36 ------------------------------------ config.tests/re2/re2.pro | 3 --- 2 files changed, 39 deletions(-) delete mode 100644 config.tests/re2/re2.cpp delete mode 100644 config.tests/re2/re2.pro (limited to 'config.tests') diff --git a/config.tests/re2/re2.cpp b/config.tests/re2/re2.cpp deleted file mode 100644 index bd3b80a82..000000000 --- a/config.tests/re2/re2.cpp +++ /dev/null @@ -1,36 +0,0 @@ -/**************************************************************************** -** -** Copyright (C) 2017 The Qt Company Ltd. -** Contact: https://www.qt.io/licensing/ -** -** This file is part of the QtWebEngine module of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:GPL-EXCEPT$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see https://www.qt.io/terms-conditions. For further -** information use the contact form at https://www.qt.io/contact-us. -** -** GNU General Public License Usage -** Alternatively, this file may be used under the terms of the GNU -** General Public License version 3 as published by the Free Software -** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT -** included in the packaging of this file. Please review the following -** information to ensure the GNU General Public License requirements will -** be met: https://www.gnu.org/licenses/gpl-3.0.html. -** -** $QT_END_LICENSE$ -** -****************************************************************************/ - -#include - -int main(int, char **) -{ - std::string s("dummytest"); - RE2 re2(s); - return 0; -} diff --git a/config.tests/re2/re2.pro b/config.tests/re2/re2.pro deleted file mode 100644 index b1a26d918..000000000 --- a/config.tests/re2/re2.pro +++ /dev/null @@ -1,3 +0,0 @@ -SOURCES += re2.cpp -LIBS += -lre2 -CONFIG -= qt -- cgit v1.2.3