Removed disable_tests.hpp (#1172)
This commit is contained in:
parent
465707eba7
commit
acaab888f2
@ -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)
|
Loading…
Reference in New Issue
Block a user