blob: 0c553fa5aae7263b470decd3e7364e7cb7a65238 [file] [log] [blame]
Thiyagarajan Subramani89fffc02019-05-13 21:33:20 +00001/*
Girish Gowdraa707e7c2019-11-07 11:36:13 +05302 * Copyright 2018-present Open Networking Foundation
Thiyagarajan Subramani89fffc02019-05-13 21:33:20 +00003
Girish Gowdraa707e7c2019-11-07 11:36:13 +05304 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
Thiyagarajan Subramani89fffc02019-05-13 21:33:20 +00007
Girish Gowdraa707e7c2019-11-07 11:36:13 +05308 * http://www.apache.org/licenses/LICENSE-2.0
Thiyagarajan Subramani89fffc02019-05-13 21:33:20 +00009
Girish Gowdraa707e7c2019-11-07 11:36:13 +053010 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
Thiyagarajan Subramani89fffc02019-05-13 21:33:20 +000016#include "gtest/gtest.h"
17
Jason Huangbf45ffb2019-10-30 17:29:02 +080018using namespace testing;
19
Thiyagarajan Subramani89fffc02019-05-13 21:33:20 +000020int main(int argc, char **argv) {
Jason Huangbf45ffb2019-10-30 17:29:02 +080021 InitGoogleTest(&argc, argv);
Thiyagarajan Subramani89fffc02019-05-13 21:33:20 +000022 return RUN_ALL_TESTS();
23}