1 // Protocol Buffers - Google's data interchange format 2 // Copyright 2008 Google Inc. All rights reserved. 3 // 4 // Use of this source code is governed by a BSD-style 5 // license that can be found in the LICENSE file or at 6 // https://developers.google.com/open-source/licenses/bsd 7 8 #include "google/protobuf/unittest_proto3.pb.h" 9 10 #define LITE_TEST_NAME Proto3LiteTest 11 #define UNITTEST ::proto3_unittest 12 13 // Must include after the above macros. 14 #include "google/protobuf/proto3_lite_unittest.inc" 15 16 // Make extract script happy. 17 namespace google { 18 namespace protobuf { 19 } // namespace protobuf 20 } // namespace google 21