[all-commits] [llvm/llvm-project] c58cf6: [flang] Move buffer runtime test to GTest
Asher Mancinelli via All-commits
all-commits at lists.llvm.org
Mon Jun 14 10:16:38 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c58cf692f4197bf1f8ea7e0efb95c1afd2d6d81f
https://github.com/llvm/llvm-project/commit/c58cf692f4197bf1f8ea7e0efb95c1afd2d6d81f
Author: Asher Mancinelli <ashermancinelli at gmail.com>
Date: 2021-06-14 (Mon, 14 Jun 2021)
Changed paths:
M flang/unittests/Runtime/CMakeLists.txt
R flang/unittests/Runtime/buffer.cpp
A flang/unittests/RuntimeGTest/BufferTest.cpp
M flang/unittests/RuntimeGTest/CMakeLists.txt
Log Message:
-----------
[flang] Move buffer runtime test to GTest
Move buffer unit test from Runtime directory to RuntimeGtest
directory and use GTest. Test coverage is only maintained.
Differential Revision: https://reviews.llvm.org/D102335
Reviewed By: awarzynski, klausler
More information about the All-commits
mailing list