1 //===-- msan_test_config.h ----------------------------------------*- C++ -*-===// 2 // 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4 // See https://llvm.org/LICENSE.txt for license information. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6 // 7 //===----------------------------------------------------------------------===// 8 // 9 // This file is a part of MemorySanitizer. 10 // 11 // MemorySanitizer unit tests. 12 //===----------------------------------------------------------------------===// 13 14 #ifndef MSAN_TEST_CONFIG_H 15 #define MSAN_TEST_CONFIG_H 16 17 #include "gtest/gtest.h" 18 19 #endif // MSAN_TEST_CONFIG_H 20