• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 #ifndef GOOGLE_PROTOBUF_MAP_TEST_UTIL_H__
9 #define GOOGLE_PROTOBUF_MAP_TEST_UTIL_H__
10 
11 #include "google/protobuf/map_unittest.pb.h"
12 #include "google/protobuf/reflection_tester.h"
13 #include "google/protobuf/unittest.pb.h"
14 
15 #define UNITTEST ::protobuf_unittest
16 #define BRIDGE_UNITTEST ::google::protobuf::bridge_unittest
17 
18 // Must be included after defining UNITTEST, etc.
19 #include "google/protobuf/map_test_util.inc"
20 
21 #undef UNITTEST
22 #undef BRIDGE_UNITTEST
23 
24 #endif  // GOOGLE_PROTOBUF_MAP_TEST_UTIL_H__
25