android_mt6572_jiabo/external/ceres-solver/google3/gtest/gtest.h
2025-09-05 16:56:03 +08:00

12 lines
314 B
C

// Copyright 2012 Google Inc. All Rights Reserved.
// Author: sameeragarwal@google.com (Sameer Agarwal)
//
// Shim file to translate the paths from the OSS version to the
// google3 version of gunit.
#ifndef GTEST_GTEST_H_
#define GTEST_GTEST_H_
#include "testing/base/public/gunit.h"
#endif // GTEST_GTEST_H_