2011-07-07 08:21:25 +00:00
|
|
|
/*
|
|
|
|
|
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
|
|
|
|
|
*
|
|
|
|
|
* Use of this source code is governed by a BSD-style license
|
|
|
|
|
* that can be found in the LICENSE file in the root of the source
|
|
|
|
|
* tree. An additional intellectual property rights grant can be found
|
|
|
|
|
* in the file PATENTS. All contributing project authors may
|
|
|
|
|
* be found in the AUTHORS file in the root of the source tree.
|
|
|
|
|
*/
|
|
|
|
|
|
2011-11-17 13:33:11 +00:00
|
|
|
/*
|
|
|
|
|
* Empty test just to get code coverage metrics for this dir.
|
|
|
|
|
*/
|
|
|
|
|
#include "webrtc_cng.h"
|
2011-11-21 09:36:28 +00:00
|
|
|
#include "gtest/gtest.h"
|
2011-11-17 13:33:11 +00:00
|
|
|
|
2011-11-21 09:36:28 +00:00
|
|
|
TEST(CngTest, EmptyTestToGetCodeCoverage) {}
|