[all-commits] [llvm/llvm-project] 95193a: [flang] update character tests to use gtest

Asher Mancinelli via All-commits all-commits at lists.llvm.org
Tue Mar 9 00:53:38 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 95193ac5ba60b5ffd1af43bc561ce2b745437f94
      https://github.com/llvm/llvm-project/commit/95193ac5ba60b5ffd1af43bc561ce2b745437f94
  Author: Asher Mancinelli <asher.mancinelli at pnnl.gov>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M flang/unittests/CMakeLists.txt
    M flang/unittests/Runtime/CMakeLists.txt
    R flang/unittests/Runtime/character.cpp
    A flang/unittests/RuntimeGTest/CMakeLists.txt
    A flang/unittests/RuntimeGTest/CharacterTest.cpp

  Log Message:
  -----------
  [flang] update character tests to use gtest

Move character tests to gtest, according to reviews from revision
D97349. Create a new temporary directory parallel to old runtime
unittests directory to facilitate the transition. Once patches for all
tests have been accepted using GTest, the old directory may be removed.
The new directory is required because LLVM's CMake unit test
infrastructure requires that the test depends on all source files in
the `CMAKE_CURRENT_SOURCE_DIR` directory.

Reviewed By: awarzynski

Differential Revision: https://reviews.llvm.org/D97403




More information about the All-commits mailing list