Welcome to mirror list, hosted at ThFree Co, Russian Federation.

draco_test_base.h « core « draco « src « dracoenc « draco « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f5c9d751e0379547fb7321a5b20e6939662c4933 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Wrapper for including googletest indirectly. Useful when the location of the
// googletest sources must change depending on build environment and repository
// source location.
#ifndef DRACO_CORE_DRACO_TEST_BASE_H_
#define DRACO_CORE_DRACO_TEST_BASE_H_

static bool FLAGS_update_golden_files;
#include "gtest/gtest.h"
#include "testing/draco_test_config.h"

#endif  // DRACO_CORE_DRACO_TEST_BASE_H_