Publishing R3
[platform/upstream/dldt.git] / inference-engine / tests / helpers / disable_tests.hpp
1 // Copyright (C) 2018 Intel Corporation
2 //
3 // SPDX-License-Identifier: Apache-2.0
4 //
5
6 #pragma once
7
8 #undef  TEST_F
9 #define TEST_F(test_fixture, test_name) \
10 GTEST_TEST_(test_fixture, DISABLED_ ## test_name, test_fixture, \
11               ::testing::internal::GetTypeId<test_fixture>())
12
13 #undef  TEST
14 #define TEST(a, b) GTEST_TEST(test_case_name, DISABLED_ ## test_name)