[flang] Move buffer runtime test to GTest
authorAsher Mancinelli <ashermancinelli@gmail.com>
Mon, 14 Jun 2021 16:16:46 +0000 (09:16 -0700)
committerAsher Mancinelli <ashermancinelli@gmail.com>
Mon, 14 Jun 2021 17:13:32 +0000 (10:13 -0700)
commitc58cf692f4197bf1f8ea7e0efb95c1afd2d6d81f
tree63fd692ff1672570e812e5673d6ed46c9ff6b701
parentce77039596a9bfb9f1649455ef4f26aeada2ee8c
[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
flang/unittests/Runtime/CMakeLists.txt
flang/unittests/RuntimeGTest/BufferTest.cpp [moved from flang/unittests/Runtime/buffer.cpp with 73% similarity]
flang/unittests/RuntimeGTest/CMakeLists.txt