[PATCH] D97403: updated character tests to gtest

Asher Mancinelli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 24 11:09:43 PST 2021


ashermancinelli created this revision.
ashermancinelli added a reviewer: awarzynski.
Herald added a subscriber: mgorny.
Herald added a reviewer: sscalpone.
ashermancinelli requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Minimal patch to move character tests over to gtest, according
to reviews from revision D97349 <https://reviews.llvm.org/D97349> and discussion on flang slack.
This revision creates a new temporary directory parallel to
the old runtime unittests directory to facilitate the transition.
Once patches for all tests have been accepted using GTest, the 
old directory may be removed.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D97403

Files:
  flang/unittests/CMakeLists.txt
  flang/unittests/RuntimeGTest/CMakeLists.txt
  flang/unittests/RuntimeGTest/CharacterTest.cpp
  flang/unittests/RuntimeGTest/RuntimeTesting.cpp
  flang/unittests/RuntimeGTest/RuntimeTesting.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97403.326149.patch
Type: text/x-patch
Size: 5540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210224/a1007cf9/attachment.bin>


More information about the llvm-commits mailing list