Home | History | Annotate | Download | only in tests
      1 //===-- msan_test_config.h ----------------------------------------*- C++ -*-===//
      2 //
      3 //                     The LLVM Compiler Infrastructure
      4 //
      5 // This file is distributed under the University of Illinois Open Source
      6 // License. See LICENSE.TXT for details.
      7 //
      8 //===----------------------------------------------------------------------===//
      9 //
     10 // This file is a part of MemorySanitizer.
     11 //
     12 // MemorySanitizer unit tests.
     13 //===----------------------------------------------------------------------===//
     14 
     15 #ifndef MSAN_TEST_CONFIG_H
     16 #define MSAN_TEST_CONFIG_H
     17 
     18 #include "gtest/gtest.h"
     19 
     20 #endif // MSAN_TEST_CONFIG_H
     21