[flang] Run non-gtest unit tests with lit.
authorDavid Truby <david.truby@arm.com>
Thu, 16 Jul 2020 13:15:07 +0000 (14:15 +0100)
committerDavid Truby <david.truby@arm.com>
Fri, 24 Jul 2020 13:49:39 +0000 (14:49 +0100)
commit4ef2e594d5be2e0e6d4446c8082b15466bc7ffcb
tree8f80ee6ad0c15ab976595356818251c5cd8890f2
parent6b8948922c59c9f786996387b41d8e29ed3e7a8a
[flang] Run non-gtest unit tests with lit.

Summary:
As a corrollary, these tests are now run as part of the check-flang
target.

Reviewers: sscalpone

Subscribers: mgorny, delcypher, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D83946
flang/CMakeLists.txt
flang/test/CMakeLists.txt
flang/test/NonGtestUnit/lit.cfg.py [new file with mode: 0644]
flang/test/NonGtestUnit/lit.site.cfg.py.in [new file with mode: 0644]
flang/unittests/CMakeLists.txt
flang/unittests/Decimal/CMakeLists.txt
flang/unittests/Evaluate/CMakeLists.txt
flang/unittests/Runtime/CMakeLists.txt
llvm/utils/lit/lit/formats/__init__.py
llvm/utils/lit/lit/formats/base.py