Removed disable_tests.hpp (#1172)

This commit is contained in:
Ilya Lavrenov 2020-07-01 22:31:51 +03:00 committed by GitHub
parent 465707eba7
commit acaab888f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +0,0 @@
// Copyright (C) 2018-2020 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#pragma once
#undef TEST_F
#define TEST_F(test_fixture, test_name) \
GTEST_TEST_(test_fixture, DISABLED_ ## test_name, test_fixture, \
::testing::internal::GetTypeId<test_fixture>())
#undef TEST
#define TEST(a, b) GTEST_TEST(test_case_name, DISABLED_ ## test_name)